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.
1 parent abad339 commit a9c081eCopy full SHA for a9c081e
src/Analyzer/FileVisitor.php
@@ -73,7 +73,7 @@ public function enterNode(Node $node): void
73
74
// handles property hooks like public string $name { get => ...; set { ... } }
75
$this->handlePropertyHookNode($node);
76
-
+
77
// handles throws types like @throws MyClass
78
$this->handleThrowsTags($node);
79
}
0 commit comments