mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Sostituzione automatica degli short tag PHP
This commit is contained in:
parent
189eff2856
commit
551740f592
1
.php_cs
1
.php_cs
@ -15,6 +15,7 @@ $config = PhpCsFixer\Config::create()
|
|||||||
'@Symfony' => true,
|
'@Symfony' => true,
|
||||||
'array_syntax' => ['syntax' => 'short'],
|
'array_syntax' => ['syntax' => 'short'],
|
||||||
'yoda_style' => false,
|
'yoda_style' => false,
|
||||||
|
'no_short_echo_tag' => true,
|
||||||
])
|
])
|
||||||
->setFinder($finder);
|
->setFinder($finder);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user