We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd9622 commit 7039bc6Copy full SHA for 7039bc6
.php_cs
@@ -1,6 +1,6 @@
1
<?php
2
3
-$config = new gossi\fixer\Config();
+$config = new phootwork\fixer\Config();
4
$config->getFinder()
5
->exclude(['fixture', 'generated'])
6
->in(__DIR__ . '/src')
composer.json
@@ -36,7 +36,7 @@
36
},
37
"require-dev" : {
38
"phpunit/phpunit" : "^7.4.4",
39
- "gossi/php-cs-fixer-config" : "~0.1"
+ "phootwork/php-cs-fixer-config" : "~0.1"
40
41
"scripts" : {
42
"check" : "@cs",
0 commit comments