@@ -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 | { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\Compiler\Grammar; |
11 | 11 | |
12 | -use Railt\Compiler\Grammar\PP2\Lexer; |
|
13 | 12 | use Railt\Compiler\Grammar\PP2\Parser; |
14 | 13 | use Railt\Compiler\Reader\GrammarInterface; |
15 | 14 | use Railt\Compiler\Reader\Result; |