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

Enhancement: Enable whitespace_after_comma_in_array fixer

Closes GH-637.
This commit is contained in:
Andreas Möller
2022-07-11 20:13:00 +02:00
committed by GitHub
parent 383142443d
commit 4b3e3c9a6b
4 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ $finder = $config->getFinder()
$config->setRules([
'no_trailing_whitespace' => true,
'whitespace_after_comma_in_array' => true,
]);
return $config;