Current Path : /home/cinepatreb/billetterie/vendor/prestashop/autoload/ |
Current File : /home/cinepatreb/billetterie/vendor/prestashop/autoload/.php-cs-fixer.dist.php |
<?php $finder = (new PhpCsFixer\Finder()) ->in(__DIR__.'/src') ; return (new PhpCsFixer\Config()) ->setRules([ '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder) ;