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 fa7fbf6 commit 776fd33Copy full SHA for 776fd33
.github/workflows/e2e-tests.yml
@@ -394,7 +394,7 @@ jobs:
394
../../bin/phpstan analyze test.php --level=0
395
- script: |
396
cd e2e/bug13425
397
- timeout 15 ../bashunit -a exit_code "1" ../../bin/phpstan analyze src/ plugins/
+ timeout 15 ../bashunit -a exit_code "1" "../../bin/phpstan analyze src/ plugins/"
398
399
steps:
400
- name: "Checkout"
0 commit comments