1
0
mirror of https://github.com/danog/process.git synced 2024-11-30 04:39:04 +01:00

Update CS config

This commit is contained in:
Aaron Piotrowski 2018-10-15 09:55:26 -05:00
parent 91dc2ec100
commit d2d8d79615
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -1,7 +1,10 @@
<?php
$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__;