Skip to content

Commit a068287

Browse files
authored
[BUGFIX] Use the Composer-installed PHPStan for creating the baseline (MyIntervals#445)
Followup to MyIntervals#438
1 parent daf4cdd commit a068287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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)