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
1 changed files with 1 additions and 0 deletions

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);