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.
2 parents 8229156 + c6d4713 commit 605d608Copy full SHA for 605d608
.php-cs-fixer.dist.php
@@ -14,7 +14,7 @@
14
'method_argument_space' => ['on_multiline' => 'ignore'],
15
// Since PHP 7.2 is supported we can't add trailing commas in arguments, parameters and match
16
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
17
- 'visibility_required' => false,
+ 'modifier_keywords' => false,
18
])
19
->setFinder(
20
(new PhpCsFixer\Finder())
composer.json
@@ -26,7 +26,7 @@
26
},
27
28
"require-dev": {
29
- "friendsofphp/php-cs-fixer": "^3.40",
+ "friendsofphp/php-cs-fixer": "^3.88",
30
"phpspec/phpspec": "^6.0 || ^7.0 || ^8.0",
31
"phpstan/phpstan": "^2.1.13",
32
"phpunit/phpunit": "^11.0 || ^12.0"
0 commit comments