Skip to content

Commit

Permalink
Exclude PHPStan baseline from CS Fixer analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Mar 27, 2023
1 parent 1b9bcc5 commit e77719c
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 @@ -25,7 +25,7 @@
$finder = PhpCsFixer\Finder::create()
->ignoreDotFiles(false)
->ignoreVCSIgnored(true)
->exclude('tests/Fixtures')
->exclude(['dev-tools/phpstan', 'tests/Fixtures'])
->in(__DIR__)
->append([
__DIR__.'/dev-tools/doc.php',
Expand Down

0 comments on commit e77719c

Please sign in to comment.