Skip to content

Commit 84e1a4b

Browse files
committed
Added the method_chaining_indentation rule to false into the php-cs-fixer config
1 parent fdc7459 commit 84e1a4b

File tree

5 files changed

+2242
-923
lines changed

5 files changed

+2242
-923
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
"adlawson/vfs": "dev-develop",
2626
"phpunit/phpunit": "^9.0",
2727
"php-etl/csv-flow": "^0.2.0",
28-
"php-etl/phpunit-extension": "^0.4.0"
28+
"php-etl/phpunit-extension": "^0.4.0",
29+
"friendsofphp/php-cs-fixer": "^3.0"
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)