Skip to content

Commit c532034

Browse files
author
Kirill Nesmeyanov
committed
Fix psalm errors
1 parent 3285bc3 commit c532034

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ParserInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use TypeLang\Parser\Exception\ParserExceptionInterface;
1010
use TypeLang\Parser\Node\Stmt\TypeStatement;
1111

12+
/**
13+
* @property-read int<0, max> $lastProcessedTokenOffset
14+
*/
1215
interface ParserInterface
1316
{
1417
/**

0 commit comments

Comments
 (0)