Skip to content

Commit 8bfc825

Browse files
committed
Added the method_chaining_indentation rule to false into the php-cs-fixer config
1 parent f0df4c7 commit 8bfc825

File tree

5 files changed

+2243
-925
lines changed

5 files changed

+2243
-925
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
@@ -27,7 +27,8 @@
2727
"php-etl/phpunit-extension": "^0.4.0",
2828
"php-etl/spreadsheet-flow": "^0.1.0",
2929
"php-etl/bucket-contracts": "^0.1.0",
30-
"php-etl/pipeline-contracts": "^0.3.0"
30+
"php-etl/pipeline-contracts": "^0.3.0",
31+
"friendsofphp/php-cs-fixer": "^3.0"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)