Skip to content

Commit 89994a8

Browse files
Removed patching from lint action
1 parent 8a03e2e commit 89994a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpstan.yml

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
# shell: bash
5959
# run: chmod 777 vendor/orchestra/testbench-core/laravel/bootstrap/cache
6060

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-
6561
- name: "Running PHPStan..."
6662
shell: bash
6763
run: vendor/bin/phpstan

0 commit comments

Comments
 (0)