We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a03e2e commit 89994a8Copy full SHA for 89994a8
.github/workflows/phpstan.yml
@@ -58,10 +58,6 @@ jobs:
58
# shell: bash
59
# run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
60
61
- - name: "Patching testbench's onNotSuccessfulTest() signature..."
62
- shell: bash
63
- run: "sed -i 's/^protected function onNotSuccessfulTest(Throwable \\$exception)\\: void/protected function onNotSuccessfulTest(Throwable \\$exception)\\: never/' vendor/orchestra/testbench-core/src/TestCase.php"
64
-
65
- name: "Running PHPStan..."
66
shell: bash
67
run: vendor/bin/phpstan
0 commit comments