This commit is contained in:
Marcus Bointon 2019-09-01 13:52:47 +02:00
parent bebd718f4d
commit bb1fe07b28
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
'semicolon_after_instruction' => true,
'simplified_null_return' => true,
'native_function_invocation' => false,
'yoda_style' +> false
'yoda_style' => false
])
->setFinder(
PhpCsFixer\Finder::create()