Skip to content

Commit 8a0cefa

Browse files
authored
Merge pull request #35 from SagePtr/master
Fix deprecated dynamic property for PHP 8.2 compatibility
2 parents 9600d41 + 7e5560d commit 8a0cefa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/JsPhpize/Lexer/Lexer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ class Lexer extends Scanner
4343
*/
4444
protected $tokenGenerator = null;
4545

46+
/**
47+
* @var string[]
48+
*/
49+
protected $disallow = [];
50+
4651
public function __construct(JsPhpize $engine, $input, $filename)
4752
{
4853
$this->engine = $engine;

0 commit comments

Comments
 (0)