Pandabot/vendor/amphp/windows-registry/.php-cs-fixer.dist.php

10 lines
195 B
PHP
Executable file

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