Files
acmeclient/.php_cs.dist
2021-06-30 00:28:56 +02:00

11 lines
189 B
PHP

<?php
$config = new Amp\CodeStyle\Config;
$config->getFinder()
->in(__DIR__ . '/src')
->in(__DIR__ . '/test');
$config->setCacheFile(__DIR__ . '/.php_cs.cache');
return $config;