Skip to content

Commit

Permalink
Update PHP CS config
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 27, 2019
1 parent ba8435e commit db407b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .php_cs → .php_cs.dist
@@ -1,7 +1,10 @@
<?php

$config = new Amp\CodeStyle\Config();
$config->getFinder()->in(__DIR__);
$config->getFinder()
->in(__DIR__ . '/benchmarks')
->in(__DIR__ . '/src')
->in(__DIR__ . '/test');

$cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;

Expand Down

0 comments on commit db407b0

Please sign in to comment.