Skip to content

Commit

Permalink
Use api-clients/cs-fixer-config for the CS config
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Sep 1, 2018
1 parent d550440 commit 9fa28b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .php_cs
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
use ApiClients\Tools\CsFixerConfig\PhpCsFixerConfig;
use PhpCsFixer\Config;

return (function (): Config
Expand Down
2 changes: 1 addition & 1 deletion .prettyci.composer.json
@@ -1,5 +1,5 @@
{
"require-dev": {
"api-clients/test-utilities": "^4.2"
"api-clients/cs-fixer-config": "^1.0"
}
}

0 comments on commit 9fa28b4

Please sign in to comment.