We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594f80c commit 7e2dc69Copy full SHA for 7e2dc69
.github/workflows/build.yml
@@ -413,7 +413,7 @@ jobs:
413
vendor/bin/phpunit -c tests/phpunit.xml tests && \
414
../bin/phpstan analyse -l 8 src tests && \
415
php bin/compile && \
416
- php ../tmp/phpstan.phar
+ ../tmp/phpstan.phar
417
418
generate-baseline:
419
name: "Generate baseline"
compiler/build/box.json
@@ -13,6 +13,5 @@
13
],
14
"force-autodiscovery": true,
15
"output": "tmp/phpstan.phar",
16
- "php-scoper": "compiler/build/scoper.inc.php",
17
- "shebang": false
+ "php-scoper": "compiler/build/scoper.inc.php"
18
}
0 commit comments