Fix minor typo

This commit is contained in:
Hassan Tariq 2021-11-14 02:18:12 +05:00 committed by Nikita Popov
parent 99a24b6a55
commit 6f1f206862

View File

@ -37,7 +37,7 @@ class Emulative extends Lexer
/**
* @param mixed[] $options Lexer options. In addition to the usual options,
* accepts a 'phpVersion' string that specifies the
* version to emulated. Defaults to newest supported.
* version to emulate. Defaults to newest supported.
*/
public function __construct(array $options = [])
{