?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_facebook/vendor/prestashop/module-lib-faq/



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

?? Viewing: .php_cs.dist.php

<?php

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

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

return $config;


??

??