This just got suggested by PHPStorm: ```php protected function getLexer(array $options = []) { return new Emulative($options); } ``` ```diff -$some->getLexer([]); +$some->getLexer(); ```
This just got suggested by PHPStorm: