?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/eftec/bladeone/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/eftec

?? Viewing: .php_cs

<?php

$finder = PhpCsFixer\Finder::create()
    ->in(__DIR__ . '/lib');

return PhpCsFixer\Config::create()
	->setRiskyAllowed(true)
    ->setRules([
        '@PSR2' => true,
        'array_syntax' => ['syntax' => 'short'],
    ])
    ->setFinder($finder);


??

??