Skip to content

Commit a73ee0a

Browse files
committed
Added the method_chaining_indentation rule to false into the php-cs-fixer config
1 parent 4e3eea4 commit a73ee0a

File tree

5 files changed

+2019
-946
lines changed

5 files changed

+2019
-946
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'error_suppression' => true,
3434
'ereg_to_preg' => true,
3535
'dir_constant' => true,
36+
'method_chaining_indentation' => false,
3637
])
3738
->setFinder($finder)
3839
->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"php-etl/phpunit-extension": "^0.2.0",
2626
"adlawson/vfs": "^0.12.1",
2727
"phpstan/phpstan": "^0.12.93",
28-
"php-etl/sql-flow": "^0.1.0"
28+
"php-etl/sql-flow": "^0.1.0",
29+
"friendsofphp/php-cs-fixer": "^3.0"
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)