Skip to content

Commit d9975af

Browse files
committed
Mark TokenParser as internal
1 parent ccf4c9c commit d9975af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Internal/TokenParser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* https://github.com/doctrine/annotations/blob/2.0.2/lib/Doctrine/Common/Annotations/TokenParser.php
3030
*
3131
* @psalm-type Token = array{0: int, 1: string, 2: int}|string
32+
*
33+
* @internal
3234
*/
3335
final class TokenParser
3436
{

0 commit comments

Comments
 (0)