1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable unary_operator_spaces fixer (#851)

* Enhancement: Enable unary_operator_spaces fixer

* Fix: Run 'make coding-standards'
This commit is contained in:
Andreas Möller
2023-12-06 04:57:58 +01:00
committed by GitHub
parent b8df60d5a9
commit 110813107f
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ $config
'strict_param' => true,
'switch_case_space' => true,
'trim_array_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => true,
'void_return' => true,
'whitespace_after_comma_in_array' => true,