Skip to content

Commit

Permalink
satisfying php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jul 29, 2020
1 parent 2ea54d1 commit 49a5fef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Config.php
Expand Up @@ -8,8 +8,14 @@

namespace SignpostMarv\CS;

use function array_filter;
use function array_reduce;
use function is_dir;
use function is_file;
use PhpCsFixer\Config as BaseConfig;
use PhpCsFixer\Finder as DefaultFinder;
use function preg_replace;
use function str_replace;

class Config extends BaseConfig
{
Expand Down

0 comments on commit 49a5fef

Please sign in to comment.