We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1cdda commit d601354Copy full SHA for d601354
composer.json
@@ -98,7 +98,7 @@
98
],
99
"fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin src tests",
100
"fix:php:rector": "rector --config=config/rector.php",
101
- "phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
+ "phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline"
102
},
103
"scripts-descriptions": {
104
"ci": "Runs all dynamic and static code checks.",
0 commit comments