All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-symfony..php_cs.dist Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
in(__DIR__)
;

return PhpCsFixer\Config::create()
    ->setUsingCache(true)
    ->setRules([
        '@PSR2' => true,
        'ordered_imports' => [
            'sort_algorithm' => 'alpha'
        ],
        'phpdoc_order' => true,
        'array_syntax' => ['syntax' => 'short'],
        'strict_comparison' => true,
        'strict_param' => true
    ])
    ->setFinder($finder)
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy