Skip to content

Commit 4ba8c2d

Browse files
committed
[BUGFIX] Use the Composer-installed PHPStan for creating the baseline
Followup to #438
1 parent daf4cdd commit 4ba8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
],
7979
"fix:php:fixer": "@php ./.phive/php-cs-fixer.phar --config=config/php-cs-fixer.php fix bin src tests",
8080
"fix:php:sniffer": "@php ./.phive/phpcbf.phar --standard=config/phpcs.xml bin src tests",
81-
"phpstan:baseline": "@php ./.phive/phpstan.phar --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
81+
"phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
8282
},
8383
"scripts-descriptions": {
8484
"ci": "Runs all dynamic and static code checks (i.e. currently, only the static checks).",

0 commit comments

Comments
 (0)