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 a6ca2de commit 01afcdcCopy full SHA for 01afcdc
.github/workflows/tests.yml
@@ -133,6 +133,11 @@ jobs:
133
yarn install
134
yarn encore dev
135
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
+
141
- name: Run PHPUnit
142
if: matrix.coding-standards != true && matrix.static-analysis != true
143
run: php vendor/phpunit/phpunit/phpunit
0 commit comments