Fixing function import inconsistencies since php-cs-fixer 3.0 migration

This commit is contained in:
Dylan K. Taylor 2021-08-19 15:26:45 +01:00
parent 142c8f067b
commit 1a395a51c9
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -41,7 +41,8 @@ return (new PhpCsFixer\Config)
],
'indentation_type' => true,
'native_function_invocation' => [
'scope' => 'namespaced'
'scope' => 'namespaced',
'include' => ['@all'],
],
'no_closing_tag' => true,
'no_empty_phpdoc' => true,