Current Path : /home/cinepatreb/billetterie/modules/ps_distributionapiclient/ |
Current File : /home/cinepatreb/billetterie/modules/ps_distributionapiclient/.php-cs-fixer.dist.php |
<?php $config = new PrestaShop\CodingStandards\CsFixer\Config(); /** @var \Symfony\Component\Finder\Finder $finder */ $finder = $config->setUsingCache(true)->getFinder(); $finder->in(__DIR__)->exclude('vendor'); return $config;