?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/



?? Go up: /home/webdevt/prestashop17/modules/ps_checkout/vendor/prestashop

?? Viewing: .php_cs.dist

<?php

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

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

return $config;


??

??