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 b91a614 commit 2fb3f6cCopy full SHA for 2fb3f6c
src/StaticAnalysis/ExecutableLinesFindingVisitor.php
@@ -117,7 +117,7 @@ public function enterNode(Node $node): void
117
return;
118
}
119
120
- /**
+ /*
121
* nikic/php-parser ^4.18 represents <code>throw</code> statements
122
* as <code>Stmt\Throw_</code> objects
123
*/
@@ -127,7 +127,7 @@ public function enterNode(Node $node): void
127
128
129
130
131
* nikic/php-parser ^5 represents <code>throw</code> statements
132
* as <code>Stmt\Expression</code> objects that contain an
133
* <code>Expr\Throw_</code> object
0 commit comments