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 b2fe5e1 commit 09522d0Copy full SHA for 09522d0
phpstan-action.bash
@@ -6,7 +6,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
6
7
if [ "$ACTION_VERSION" = "composer" ]
8
then
9
- VENDOR_BIN="vendor/bin/phpstan"
+ VENDOR_BIN="vendor/bin/phpstan.phar"
10
if test -f "$VENDOR_BIN"
11
12
ACTION_PHPSTAN_PATH="$VENDOR_BIN"
0 commit comments