Skip to content

Commit 01afcdc

Browse files
committed
Fix Panther code
1 parent a6ca2de commit 01afcdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ jobs:
133133
yarn install
134134
yarn encore dev
135135
136+
- name: Fix Panther code
137+
if: matrix.coding-standards != true && matrix.static-analysis != true
138+
run: |
139+
sed -i 's/protected function doRequest(\$request)/protected function doRequest(object $request): object/' vendor/symfony/panther/src/Client.php
140+
136141
- name: Run PHPUnit
137142
if: matrix.coding-standards != true && matrix.static-analysis != true
138143
run: php vendor/phpunit/phpunit/phpunit

0 commit comments

Comments
 (0)