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

Enhancement: Enable void_return fixer (#661)

* Enhancement: Enable void_return fixer

* Fix: Run 'make coding-standards'
This commit is contained in:
Andreas Möller
2023-12-05 14:06:29 +01:00
committed by GitHub
parent 48a89648b7
commit a8c736a079
9 changed files with 39 additions and 38 deletions

View File

@@ -43,6 +43,7 @@ $config
'switch_case_space' => true,
'trim_array_spaces' => true,
'visibility_required' => true,
'void_return' => true,
'whitespace_after_comma_in_array' => true,
]);