Skip to content

Commit 7039bc6

Browse files
committed
Use phootwork cs-fixer
1 parent cfd9622 commit 7039bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.php_cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$config = new gossi\fixer\Config();
3+
$config = new phootwork\fixer\Config();
44
$config->getFinder()
55
->exclude(['fixture', 'generated'])
66
->in(__DIR__ . '/src')

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev" : {
3838
"phpunit/phpunit" : "^7.4.4",
39-
"gossi/php-cs-fixer-config" : "~0.1"
39+
"phootwork/php-cs-fixer-config" : "~0.1"
4040
},
4141
"scripts" : {
4242
"check" : "@cs",

0 commit comments

Comments
 (0)