Skip to content

Commit

Permalink
PHP-CS-Fixer: Fix search path
Browse files Browse the repository at this point in the history
Oops broke this in 3f4ad43
  • Loading branch information
jtojnar committed Jan 5, 2025
1 parent f72c0ce commit 0f01785
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 @@ -5,7 +5,7 @@
$finder = PhpCsFixer\Finder::create()
->exclude('log')
->exclude('temp')
->in(__DIR__ . '/..')
->in(__DIR__)
->files()
->name('*.phpt');

Expand Down

0 comments on commit 0f01785

Please sign in to comment.