Remove some extra lines

This commit is contained in:
Timothy Warren 2019-10-24 20:21:44 -04:00
parent 76b6acdf80
commit 79d9a6def3
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
namespace Kilo;
/**
* @property-read int numRows
*/
@ -855,4 +853,4 @@ class Editor {
$this->moveCursor($c === Key::PAGE_UP ? Key::ARROW_UP : Key::ARROW_DOWN);
}
}
}
}