Skip to content

Commit 18578da

Browse files
authored
Merge pull request #883 from PHPCSStandards/feature/errorsuppressiontest-minor-fix
ErrorSuppressionTest: remove stray line of code
2 parents d0d4411 + b4c50bb commit 18578da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Core/ErrorSuppressionTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ public function testSuppressScope($before, $after, $expectedErrors=0)
605605
$ruleset = new Ruleset($config);
606606
}
607607

608-
$content = '<?php '.PHP_EOL.$before.'$var = FALSE;'.$after.PHP_EOL.'$var = FALSE;';
609608
$content = <<<EOD
610609
<?php
611610
class MyClass() {

0 commit comments

Comments
 (0)