Current path: home/webdevt/www/schtroumpf.fr/vendor/prestashop/autoload/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/prestashop
<?php
$finder = (new PhpCsFixer\Finder())
->in(__DIR__.'/src')
;
return (new PhpCsFixer\Config())
->setRules([
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short'],
])
->setFinder($finder)
;