Skip to content

Commit

Permalink
fix: cs-fix排除runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jan 20, 2024
1 parent fd98ce1 commit 7af7020
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
Expand Up @@ -85,6 +85,7 @@
PhpCsFixer\Finder::create()
->exclude('vendor')
->exclude('bin')
->exclude('runtime')
->in(__DIR__)
)
->setUsingCache(false);

0 comments on commit 7af7020

Please sign in to comment.