?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/pagesnotfound/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules

?? Viewing: .php-cs-fixer.dist.php

<?php

$config = new PrestaShop\CodingStandards\CsFixer\Config();

$config
    ->setUsingCache(true)
    ->getFinder()
    ->in(__DIR__)
    ->exclude('vendor');

return $config;


??

??