chore: fixes coding style issues

This commit is contained in:
Nuno Maduro
2022-11-09 21:08:19 +00:00
parent acd6bb2234
commit bb56d32643
6 changed files with 17 additions and 19 deletions

View File

@ -20,6 +20,11 @@ $rules = [
],
'concat_space' => ['spacing' => 'one'],
'not_operator_with_space' => false,
'global_namespace_import' => [
'import_classes' => true,
'import_functions' => true,
'import_constants' => true,
],
];
$rules['increment_style'] = ['style' => 'post'];