We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353cb38 commit 6008da5Copy full SHA for 6008da5
src/Psalm/Internal/Analyzer/FunctionLikeAnalyzer.php
@@ -798,6 +798,7 @@ public function analyze(
798
799
if ($codebase->alter_code
800
&& isset($project_analyzer->getIssuesToFix()['MissingThrowsDocblock'])
801
+ && !$this->function instanceof VirtualNode
802
) {
803
$manipulator = FunctionDocblockManipulator::getForFunction(
804
$project_analyzer,
0 commit comments