We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b3a10 + ef1c71e commit 466ce40Copy full SHA for 466ce40
src/Node/File.php
@@ -32,7 +32,7 @@ final class File extends AbstractNode
32
private array $functions = [];
33
34
/**
35
- * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int}
+ * @psalm-var array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int}
36
*/
37
private readonly array $linesOfCode;
38
private ?int $numClasses = null;
0 commit comments