Skip to content

Commit

Permalink
Fix: Configure finder for friendsofphp/php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 22, 2022
1 parent 47cfc40 commit 68c2764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('tests/TestCase.php');

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

0 comments on commit 68c2764

Please sign in to comment.