Current path: home/webdevt/www/schtroumpf.fr/modules/ps_distributionapiclient/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules
<?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;