Skip to content

Commit 6b8c229

Browse files
committed
Add parser internal annotations for internal properties
1 parent 6ea5f0a commit 6b8c229

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/Parser.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ final class Parser implements ParserInterface
5555
*
5656
* @var \WeakMap<TokenInterface, StringLiteralNode>
5757
*
58-
* @api
58+
* @api an annotation for another PhpStorm bug fix...
59+
* @internal ...but it is truly an internal property
5960
*/
6061
protected readonly \WeakMap $stringPool;
6162

@@ -64,7 +65,8 @@ final class Parser implements ParserInterface
6465
*
6566
* @var \WeakMap<TokenInterface, IntLiteralNode>
6667
*
67-
* @api
68+
* @api an annotation for another PhpStorm bug fix...
69+
* @internal ...but it is truly an internal property
6870
*/
6971
protected readonly \WeakMap $integerPool;
7072

0 commit comments

Comments
 (0)