?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/



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

?? Viewing: .php_cs.dist.php

<?php

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

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

return $config;


??

??