Skip to content

Commit 2fb3f6c

Browse files
Fix CS/WS issues
1 parent b91a614 commit 2fb3f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StaticAnalysis/ExecutableLinesFindingVisitor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function enterNode(Node $node): void
117117
return;
118118
}
119119

120-
/**
120+
/*
121121
* nikic/php-parser ^4.18 represents <code>throw</code> statements
122122
* as <code>Stmt\Throw_</code> objects
123123
*/
@@ -127,7 +127,7 @@ public function enterNode(Node $node): void
127127
return;
128128
}
129129

130-
/**
130+
/*
131131
* nikic/php-parser ^5 represents <code>throw</code> statements
132132
* as <code>Stmt\Expression</code> objects that contain an
133133
* <code>Expr\Throw_</code> object

0 commit comments

Comments
 (0)