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 bdde2ed commit 24d990bCopy full SHA for 24d990b
.github/workflows/e2e-tests.yml
@@ -181,6 +181,9 @@ jobs:
181
OUTPUT=$(../../bin/phpstan 2>&1)
182
grep 'Result cache might not behave correctly' <<< "$OUTPUT"
183
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"
184
+ - script: |
185
+ cd e2e/env-int-key
186
+ env 1=1 ../../bin/phpstan analyse test.php
187
188
steps:
189
- name: "Checkout"
e2e/env-int-key/test.php
@@ -0,0 +1 @@
1
+<?php
0 commit comments