mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
add more path to cs-fix
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -82,3 +82,6 @@ package-lock.json
|
|||||||
/.tool-version
|
/.tool-version
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
### PHP CS Fixer ###
|
||||||
|
.php-cs-fixer.cache
|
||||||
|
|||||||
@@ -71,5 +71,6 @@ return (new PhpCsFixer\Config())
|
|||||||
PhpCsFixer\Finder::create()
|
PhpCsFixer\Finder::create()
|
||||||
->in(__DIR__ . '/src')
|
->in(__DIR__ . '/src')
|
||||||
->in(__DIR__ . '/tests')
|
->in(__DIR__ . '/tests')
|
||||||
)
|
->in(__DIR__ . '/config')
|
||||||
->setUsingCache(false);
|
->in(__DIR__ . '/bin')
|
||||||
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user