mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Add PHP CS Fixer recipe
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
// adjust configuration to your needs
|
||||
return PhpCsFixer\Config::create()
|
||||
->setRules([
|
||||
'@Symfony' => true,
|
||||
'array_syntax' => ['syntax' => 'short'],
|
||||
])
|
||||
;
|
||||
Reference in New Issue
Block a user