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 df0b17c + 458a239 commit a0d57b8Copy full SHA for a0d57b8
src/Files/File.php
@@ -2129,9 +2129,7 @@ public function findStartOfStatement($start, $ignore=null)
2129
if ($ignore !== null) {
2130
$ignore = (array) $ignore;
2131
foreach ($ignore as $code) {
2132
- if (isset($endTokens[$code]) === true) {
2133
- unset($endTokens[$code]);
2134
- }
+ unset($endTokens[$code]);
2135
}
2136
2137
@@ -2197,9 +2195,7 @@ public function findEndOfStatement($start, $ignore=null)
2197
2195
2198
2196
2199
2200
2201
2202
2203
2204
2205
0 commit comments