We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea5f0a commit 6b8c229Copy full SHA for 6b8c229
src/Parser.php
@@ -55,7 +55,8 @@ final class Parser implements ParserInterface
55
*
56
* @var \WeakMap<TokenInterface, StringLiteralNode>
57
58
- * @api
+ * @api an annotation for another PhpStorm bug fix...
59
+ * @internal ...but it is truly an internal property
60
*/
61
protected readonly \WeakMap $stringPool;
62
@@ -64,7 +65,8 @@ final class Parser implements ParserInterface
64
65
66
* @var \WeakMap<TokenInterface, IntLiteralNode>
67
68
69
70
71
protected readonly \WeakMap $integerPool;
72
0 commit comments