| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | public function __construct(array $parsers) { |
| 23 | 23 | $this->parsers = $parsers; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | - public function parse($code, ErrorHandler $errorHandler = null) { | |
| 26 | + public function parse($code, ?ErrorHandler $errorHandler = null) { | |
| 27 | 27 | if (null === $errorHandler) { |
| 28 | 28 | $errorHandler = new ErrorHandler\Throwing; |
| 29 | 29 | } |
| 30 | 30 | |