1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-22 05:23:41 +01:00

Sostituzione automatica degli short tag PHP

This commit is contained in:
Thomas Zilio 2018-02-24 11:31:34 +01:00
parent 189eff2856
commit 551740f592

View File

@ -15,6 +15,7 @@ $config = PhpCsFixer\Config::create()
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
'yoda_style' => false,
'no_short_echo_tag' => true,
])
->setFinder($finder);