pandorafms/pandora_console/vendor/amphp/parser/.php-cs-fixer.dist.php

12 lines
223 B
PHP
Raw Normal View History

2023-04-10 12:33:06 +02:00
<?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;