Skip to content

Commit 466ce40

Browse files
Merge branch '10.0'
2 parents c8b3a10 + ef1c71e commit 466ce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class File extends AbstractNode
3232
private array $functions = [];
3333

3434
/**
35-
* @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int}
35+
* @psalm-var array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int}
3636
*/
3737
private readonly array $linesOfCode;
3838
private ?int $numClasses = null;

0 commit comments

Comments
 (0)