Skip to content

Commit

Permalink
Cover tools/ in php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 29, 2021
1 parent 7def3db commit 4b06e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
->in(__DIR__ . '/src')
->in(__DIR__ . '/build')
->in(__DIR__ . '/tests')
->in(__DIR__ . '/tools')
->notPath('plugins/DevTools')
->notPath('preprocessor')
->notContains('#ifndef COMPILE') //preprocessor will break if these are changed
Expand Down
2 changes: 0 additions & 2 deletions tools/compact-regions.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
use function round;
use function scandir;
use function unlink;
use function zlib_decode;
use function zlib_encode;

require dirname(__DIR__) . '/vendor/autoload.php';

Expand Down

0 comments on commit 4b06e19

Please sign in to comment.