mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
This commit is contained in:
@@ -20,6 +20,7 @@ $config
|
||||
->setRiskyAllowed(true)
|
||||
->setRules([
|
||||
'array_indentation' => true,
|
||||
'array_syntax' => true,
|
||||
'class_attributes_separation' => true,
|
||||
'constant_case' => true,
|
||||
'indentation_type' => true,
|
||||
|
||||
Reference in New Issue
Block a user