Update dependencies
This commit is contained in:
parent
7f0a05c192
commit
37c7ba3365
3 changed files with 1445 additions and 909 deletions
1
.php_cs
1
.php_cs
|
@ -33,6 +33,7 @@ return PhpCsFixer\Config::create()
|
|||
'new_with_braces' => false,
|
||||
'no_alias_functions' => true,
|
||||
'no_multiline_whitespace_before_semicolons' => true,
|
||||
'no_superfluous_phpdoc_tags' => false,
|
||||
'no_unreachable_default_argument_value' => true,
|
||||
'no_useless_return' => true,
|
||||
'not_operator_with_successor_space' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue