Skip to content

Commit

Permalink
PHP formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 4, 2023
1 parent 0cb9fc1 commit 715b646
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

$finder = PhpCsFixer\Finder::create()
->in([
__DIR__.'/src',
__DIR__.'/tests',
__DIR__.'/app/bin',
__DIR__.'/app/config',
__DIR__.'/app/public',
__DIR__.'/app/src',
__DIR__.'/app/tests',
]);
__DIR__.'/src',
__DIR__.'/tests',
__DIR__.'/app/bin',
__DIR__.'/app/config',
__DIR__.'/app/public',
__DIR__.'/app/src',
__DIR__.'/app/tests',
]);

$config = new PhpCsFixer\Config();
return $config
Expand Down

0 comments on commit 715b646

Please sign in to comment.