diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index d2ea8dfa2..3b7f399af 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -41,13 +41,13 @@ return (new PhpCsFixer\Config) ], 'indentation_type' => true, 'native_function_invocation' => [ - 'scope' => 'namespaced' + 'scope' => 'namespaced' ], 'no_closing_tag' => true, 'no_empty_phpdoc' => true, 'no_extra_blank_lines' => true, 'no_superfluous_phpdoc_tags' => [ - 'allow_mixed' => true, + 'allow_mixed' => true, ], 'no_trailing_whitespace' => true, 'no_trailing_whitespace_in_comment' => true,