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