Pandabot/vendor/amphp/log/.php-cs-fixer.dist.php

11 lines
200 B
PHP
Executable file

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