Skip to content

Commit

Permalink
QA: minor code tweak
Browse files Browse the repository at this point in the history
Remove some duplication.
  • Loading branch information
jrfnl committed May 5, 2020
1 parent dd80cc4 commit aec7fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@
\putenv("PHPCS_IGNORE_TESTS={$standardsToIgnoreString}");

// Clean up.
unset($ds, $phpcsDir, $composerPHPCSPath);
unset($ds, $phpcsDir, $composerPHPCSPath, $allStandards, $standardsToIgnore, $standard, $standardsToIgnoreString);

0 comments on commit aec7fb2

Please sign in to comment.