update php-cs-fixer

This commit is contained in:
prolic 2018-06-29 18:27:27 +08:00
parent 81d163fb66
commit 9d31f9be69
No known key found for this signature in database
GPG Key ID: 29722F9F48E9DE59
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
$config = new Amp\CS\Config\Amp();
$config = new Amp\CodeStyle\Config();
$config->getFinder()->in(__DIR__);
$cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;