Skip to content

Commit 3f4c3df

Browse files
committed
Fixed spacing in comment.
1 parent 685d802 commit 3f4c3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class Parser
304304
* Constructor.
305305
*
306306
* @param string|UtfString|TokensList $list The list of tokens to be parsed.
307-
* @param bool $strict Whether strict mode should be enabled or not.
307+
* @param bool $strict Whether strict mode should be enabled or not.
308308
*/
309309
public function __construct($list = null, $strict = false)
310310
{

0 commit comments

Comments
 (0)