fix CS in php-cs-fixer config

unfortunately i can't seem to make it fix itself
This commit is contained in:
Dylan K. Taylor 2021-08-19 15:25:20 +01:00
parent cd3c96aad2
commit 142c8f067b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -41,13 +41,13 @@ return (new PhpCsFixer\Config)
], ],
'indentation_type' => true, 'indentation_type' => true,
'native_function_invocation' => [ 'native_function_invocation' => [
'scope' => 'namespaced' 'scope' => 'namespaced'
], ],
'no_closing_tag' => true, 'no_closing_tag' => true,
'no_empty_phpdoc' => true, 'no_empty_phpdoc' => true,
'no_extra_blank_lines' => true, 'no_extra_blank_lines' => true,
'no_superfluous_phpdoc_tags' => [ 'no_superfluous_phpdoc_tags' => [
'allow_mixed' => true, 'allow_mixed' => true,
], ],
'no_trailing_whitespace' => true, 'no_trailing_whitespace' => true,
'no_trailing_whitespace_in_comment' => true, 'no_trailing_whitespace_in_comment' => true,