We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2be15 commit 78ed7b8Copy full SHA for 78ed7b8
src/Tokenizers/PHP.php
@@ -291,7 +291,7 @@ class PHP extends Tokenizer
291
* from the scopeOpeners array. The data is duplicated here to
292
* save time during parsing of the file.
293
*
294
- * @var array
+ * @var array<int|string, int|string>
295
*/
296
public $endScopeTokens = [
297
T_CLOSE_CURLY_BRACKET => T_CLOSE_CURLY_BRACKET,
src/Tokenizers/Tokenizer.php
@@ -54,7 +54,7 @@ abstract class Tokenizer
54
/**
55
* A list of tokens that end the scope.
56
57
58
59
public $endScopeTokens = [];
60
0 commit comments