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 3f56147 commit 6a69561Copy full SHA for 6a69561
.github/workflows/e2e-tests.yml
@@ -148,7 +148,7 @@ jobs:
148
OUTPUT=$(../../bin/phpstan analyze 2>&1 || true)
149
echo "$OUTPUT"
150
../bashunit -a contains 'Result cache might not behave correctly' "$OUTPUT"
151
- ../bashunit -a contains 'ResultCache8E2E\\CustomRule' "$OUTPUT"
+ ../bashunit -a contains 'ResultCache8E2E\CustomRule' "$OUTPUT"
152
- script: |
153
cd e2e/env-int-key
154
env 1=1 ../../bin/phpstan analyse test.php
e2e/result-cache-5/phpstan.neon
@@ -8,3 +8,4 @@ parameters:
8
ignoreErrors:
9
-
10
identifier: instanceof.alwaysTrue
11
+ reportUnmatched: false
0 commit comments