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 d64405d commit e5e7ed6Copy full SHA for e5e7ed6
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup PHP
16
uses: shivammathur/setup-php@v2
17
with:
18
- php-version: '7.4' # PHP CS Fixer isn't compatible with PHP 8 yet https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4702
+ php-version: '8.0'
19
tools: php-cs-fixer, cs2pr
20
21
- name: PHP Coding Standards Fixer
src/DomCrawler/Form.php
@@ -219,6 +219,8 @@ public function set(FormField $field): void
219
}
220
221
/**
222
+ * @param mixed $name
223
+ *
224
* @return FormField|FormField[]|FormField[][]
225
*/
226
#[\ReturnTypeWillChange]
0 commit comments