Skip to content

Commit 0318ea5

Browse files
authored
[CLEANUP] Drop unneded option for clearing the PHPStan cache (#1587)
For clearing the result cache, the configuration file is not relevant.
1 parent 4ea9771 commit 0318ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"fix:php:rector": "rector process --config=./Build/rector/config.php",
114114
"fix:php:sniff": "phpcbf --standard=./Build/phpcs/config.xml Build bin src tests",
115115
"phpstan:baseline": "phpstan --configuration=./Build/phpstan/phpstan.neon --allow-empty-baseline --generate-baseline=./Build/phpstan/phpstan-baseline.neon",
116-
"phpstan:clearcache": "phpstan clear-result-cache --configuration=./Build/phpstan/phpstan.neon"
116+
"phpstan:clearcache": "phpstan clear-result-cache"
117117
},
118118
"scripts-descriptions": {
119119
"check": "Runs all dynamic and static code checks.",

0 commit comments

Comments
 (0)