Skip to content

Commit 7e2dc69

Browse files
committed
Revert "Compile PHAR without shebang #!"
This reverts commit 85a3238.
1 parent 594f80c commit 7e2dc69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
vendor/bin/phpunit -c tests/phpunit.xml tests && \
414414
../bin/phpstan analyse -l 8 src tests && \
415415
php bin/compile && \
416-
php ../tmp/phpstan.phar
416+
../tmp/phpstan.phar
417417
418418
generate-baseline:
419419
name: "Generate baseline"

compiler/build/box.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
],
1414
"force-autodiscovery": true,
1515
"output": "tmp/phpstan.phar",
16-
"php-scoper": "compiler/build/scoper.inc.php",
17-
"shebang": false
16+
"php-scoper": "compiler/build/scoper.inc.php"
1817
}

0 commit comments

Comments
 (0)