Update dependencies

This commit is contained in:
Dane Everitt
2020-04-03 12:58:20 -07:00
parent 7f0a05c192
commit 37c7ba3365
3 changed files with 1445 additions and 909 deletions

View File

@@ -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,