Skip to content

Commit df47d29

Browse files
committed
Added the method_chaining_indentation rule to false into the php-cs-fixer config
1 parent 0c2db67 commit df47d29

File tree

7 files changed

+650
-12
lines changed

7 files changed

+650
-12
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
@@ -30,7 +30,8 @@
3030
"friends-of-phpspec/phpspec-code-coverage": "*",
3131
"adlawson/vfs": "dev-develop",
3232
"php-etl/bucket": "0.2.x-dev",
33-
"php-etl/phpunit-extension": "^0.2.0"
33+
"php-etl/phpunit-extension": "^0.2.0",
34+
"friendsofphp/php-cs-fixer": "^3.0"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)