Skip to content

Commit e6ad731

Browse files
Update friendsofphp/php-cs-fixer requirement from 3.52.1 to 3.58.1 (#1262)
Co-authored-by: Phil Davis <[email protected]>
1 parent c5227aa commit e6ad731

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.php-cs-fixer.dist.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
$config->setRules([
88
'@PSR2' => true,
99
'@Symfony' => true,
10-
'binary_operator_spaces' => [],
10+
'binary_operator_spaces' => [
11+
'default' => 'at_least_single_space',
12+
],
1113
'braces_position' => [
1214
'functions_opening_brace' => 'same_line',
1315
'classes_opening_brace' => 'same_line'],

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ext-zlib" : "*"
1818
},
1919
"require-dev" : {
20-
"friendsofphp/php-cs-fixer": "3.52.1",
20+
"friendsofphp/php-cs-fixer": "3.58.1",
2121
"phpstan/phpstan": "^1.10"
2222
},
2323
"replace" : {

0 commit comments

Comments
 (0)