Merge branch 'master' into fix_native_function_invocation
This commit is contained in:
commit
4b9f9fee09
@ -21,6 +21,7 @@ $config = PhpCsFixer\Config::create()
|
||||
'no_null_property_initialization' => true,
|
||||
'no_short_echo_tag' => true,
|
||||
'no_superfluous_elseif' => true,
|
||||
'no_superfluous_phpdoc_tags' => false,
|
||||
'no_unneeded_control_parentheses' => ['statements' => ['break', 'clone', 'continue', 'echo_print', 'switch_case', 'yield']],
|
||||
'no_unneeded_curly_braces' => true,
|
||||
'no_unneeded_final_method' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user