mirror of
https://github.com/danog/process.git
synced 2024-12-02 09:37:55 +01:00
Update CS config
This commit is contained in:
parent
91dc2ec100
commit
d2d8d79615
5
.php_cs
5
.php_cs
@ -1,7 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$config = new Amp\CodeStyle\Config();
|
$config = new Amp\CodeStyle\Config();
|
||||||
$config->getFinder()->in(__DIR__);
|
$config->getFinder()
|
||||||
|
->in(__DIR__ . '/examples')
|
||||||
|
->in(__DIR__ . '/lib')
|
||||||
|
->in(__DIR__ . '/test');
|
||||||
|
|
||||||
$cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
|
$cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user