Skip to content

Commit c7b1b72

Browse files
authored
Update PHP-CS-Fixer to v3.88.2. (#405)
1 parent 5a97b1a commit c7b1b72

File tree

3 files changed

+91
-11
lines changed

3 files changed

+91
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-xml": "*"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.87.2",
26+
"friendsofphp/php-cs-fixer": "^3.88.2",
2727
"illuminate/view": "^11.46.0",
2828
"larastan/larastan": "^3.7.1",
2929
"laravel-zero/framework": "^11.45.0",

composer.lock

Lines changed: 89 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/presets/laravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
'type_declaration_spaces' => true,
211211
'types_spaces' => true,
212212
'unary_operator_spaces' => true,
213-
'visibility_required' => [
213+
'modifier_keywords' => [
214214
'elements' => ['method', 'property'],
215215
],
216216
'whitespace_after_comma_in_array' => true,

0 commit comments

Comments
 (0)