mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable elseif fixer (#859)
This commit is contained in:
@@ -28,6 +28,7 @@ $config
|
||||
'spacing' => 'one',
|
||||
],
|
||||
'constant_case' => true,
|
||||
'elseif' => true,
|
||||
'increment_style' => [
|
||||
'style' => 'post',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user