From 6f1f206862721b20d8c642a26793f30f6ccc4e66 Mon Sep 17 00:00:00 2001 From: Hassan Tariq Date: Sun, 14 Nov 2021 02:18:12 +0500 Subject: [PATCH] Fix minor typo --- lib/PhpParser/Lexer/Emulative.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PhpParser/Lexer/Emulative.php b/lib/PhpParser/Lexer/Emulative.php index 5086f8c..5c56e02 100644 --- a/lib/PhpParser/Lexer/Emulative.php +++ b/lib/PhpParser/Lexer/Emulative.php @@ -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 = []) {