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 b62c5ef commit e0d63b0Copy full SHA for e0d63b0
.github/workflows/e2e-tests.yml
@@ -177,6 +177,7 @@ jobs:
177
cd e2e/result-cache-8
178
composer install
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"
183
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"
0 commit comments