Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 27, 2024
1 parent f8eab71 commit 332f02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->ignoreDotFiles(false)
->exclude(['tests/Application/var'])
->exclude(['Tests/Application/var'])
;

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

0 comments on commit 332f02e

Please sign in to comment.