ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/amphp/parser/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/amphp/parser/.php-cs-fixer.dist.php |
<?php $config = new Amp\CodeStyle\Config(); $config->getFinder() ->in(__DIR__ . '/examples') ->in(__DIR__ . '/src') ->in(__DIR__ . '/test'); $config->setCacheFile(__DIR__ . '/.php_cs.cache'); return $config;