Skip to content

Commit 22de565

Browse files
authored
Merge pull request #8 from php-etl/feature/php-cs-fixer
Ran php-cs-fixer
2 parents 0e57498 + a73ee0a commit 22de565

32 files changed

+2386
-1280
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)