Merge branch 'legacy/pm3' into stable

This commit is contained in:
Dylan K. Taylor 2021-12-14 22:54:17 +00:00
commit 929abb04be
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -68,6 +68,9 @@ return (new PhpCsFixer\Config)
],
'phpdoc_trim' => true,
'phpdoc_trim_consecutive_blank_line_separation' => true,
'return_type_declaration' => [
'space_before' => 'one'
],
'single_import_per_statement' => true,
'strict_param' => true,
])