| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/ps_imageslider/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/ps_imageslider/.php-cs-fixer.dist.php |
<?php
$config = new PrestaShop\CodingStandards\CsFixer\Config();
$config
->setUsingCache(true)
->getFinder()
->in(__DIR__)
->exclude('vendor');
return $config;