File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 "fix:php:codesniffer" : " phpcbf --standard=config/phpcs.xml bin config src tests" ,
113113 "fix:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin config src tests" ,
114114 "fix:php:rector" : " rector process --config=config/rector.php" ,
115- "phpstan:baseline" : " phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline"
115+ "phpstan:baseline" : " phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline" ,
116+ "phpstan:clearcache" : " phpstan clear-result-cache"
116117 },
117118 "scripts-descriptions" : {
118119 "check" : " Runs all dynamic and static code checks." ,
134135 "fix:php:codesniffer" : " Reformats the code with PHP_CodeSniffer." ,
135136 "fix:php:fixer" : " Fixes autofixable issues found by PHP CS Fixer." ,
136137 "fix:php:rector" : " Fixes autofixable issues found by Rector." ,
137- "phpstan:baseline" : " Updates the PHPStan baseline file to match the code."
138+ "phpstan:baseline" : " Updates the PHPStan baseline file to match the code." ,
139+ "phpstan:clearcache" : " Clears the PHPStan cache."
138140 }
139141}
You can’t perform that action at this time.
0 commit comments