Skip to content

Commit

Permalink
Fix. Scanner. Heuristic scanner PHP 8.3 support fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Jun 21, 2024
1 parent 9c3db17 commit 5020164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @property Token|null $next3 Iteration Token
* @property Token|null $next4 Iteration Token
*/
#[\AllowDynamicProperties]
class Tokens implements \Iterator, \ArrayAccess, \Countable
{
/**
Expand Down

0 comments on commit 5020164

Please sign in to comment.