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 b2e03eb commit fde191dCopy full SHA for fde191d
.github/workflows/test.yaml
@@ -10,9 +10,9 @@ jobs:
10
- uses: shivammathur/setup-php@v2
11
with:
12
php-version: '8.0'
13
- tools: php-cs-fixer, cs2pr
+ tools: php-cs-fixer
14
- name: php-cs-fixer
15
- run: php-cs-fixer fix --dry-run --format=checkstyle | cs2pr
+ run: php-cs-fixer fix --dry-run --diff
16
17
coding-style-js:
18
runs-on: ubuntu-latest
src/Autocomplete/tests/Functional/FieldAutocompleterTest.php
@@ -79,7 +79,7 @@ public function testItEnforcesSecurity(): void
79
;
80
}
81
82
- public function testItCheckMaxResultsOption() : void
+ public function testItCheckMaxResultsOption(): void
83
{
84
CategoryFactory::createMany(30, ['name' => 'foo']);
85
0 commit comments