This commit is contained in:
James Cole
2023-12-21 04:42:39 +01:00
parent 51d244cfe6
commit 53e972fbba
2 changed files with 8 additions and 5 deletions

View File

@@ -57,6 +57,6 @@ return $config->setRules([
'statement_indentation' => true,
'type_declaration_spaces' => false,
'cast_spaces' => false,
'binary_operator_spaces' => false,
'binary_operator_spaces' => false,
])
->setFinder($finder);