Fix indentation

This commit is contained in:
Yassine Guedidi 2022-08-01 19:15:32 +01:00 committed by Kevin Decherf
parent 2c7c39ed87
commit 569eca0396

View file

@ -11,7 +11,7 @@ return PhpCsFixer\Config::create()
'combine_consecutive_unsets' => true,
'heredoc_to_nowdoc' => true,
'no_extra_blank_lines' => [
'break',
'break',
'continue',
'extra',
'return',