?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/prestashop/autoload/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/prestashop

?? Viewing: .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)
;


??

??