@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return int|mixed |
|
80 | + * @return integer |
|
81 | 81 | */ |
82 | 82 | public function key() |
83 | 83 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use Railt\Compiler\Grammar\PP2\Parser; |
13 | 13 | use Railt\Compiler\Reader\GrammarInterface; |
14 | 14 | use Railt\Compiler\Reader\Result; |
15 | -use Railt\Io\File; |
|
16 | 15 | use Railt\Io\Readable; |
17 | 16 | |
18 | 17 | /** |