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

Enhancement: Enable and configure class_attributes_separation fixer

Closes GH-643.
This commit is contained in:
Andreas Möller
2022-08-22 18:00:08 +02:00
committed by GitHub
parent cdb83249d3
commit c304829d21
3 changed files with 21 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ $config
->setRiskyAllowed(true)
->setRules([
'array_indentation' => true,
'class_attributes_separation' => true,
'constant_case' => true,
'indentation_type' => true,
'line_ending' => true,