| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | * @param array $parserOptions Parser options. See ParserAbstract::__construct() argument |
| 17 | 17 | * |
| 18 | 18 | * @return Parser The parser instance |
| 19 | 19 | */ |
| 20 | - public function create($kind, ?Lexer $lexer = null, array $parserOptions = array()) { | |
| 20 | + public function create($kind, Lexer $lexer = null, array $parserOptions = array()) { | |
| 21 | 21 | if (null === $lexer) { |
| 22 | 22 | $lexer = new Lexer\Emulative(); |
| 23 | 23 | } |
| 24 | 24 | switch ($kind) { |