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 7043759 commit 925c0b7Copy full SHA for 925c0b7
.github/workflows/e2e-tests.yml
@@ -179,7 +179,7 @@ jobs:
179
../../bin/phpstan
180
echo -en '\n' >> build/CustomRule.php
181
OUTPUT=$(../../bin/phpstan 2>&1)
182
- grep 'Warning: Result cache might not behave correctly' <<< "$OUTPUT"
+ grep 'Result cache might not behave correctly' <<< "$OUTPUT"
183
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"
184
185
steps:
0 commit comments