Add phpdoc_align rule

This commit is contained in:
Lance Pioch 2024-10-19 18:42:23 -04:00
parent 1bf6a880fb
commit d21740d458
19 changed files with 24 additions and 25 deletions

View File

@ -3,7 +3,6 @@
"rules": { "rules": {
"not_operator_with_successor_space": false, "not_operator_with_successor_space": false,
"ordered_imports": false, "ordered_imports": false,
"phpdoc_align": false,
"phpdoc_separation": false "phpdoc_separation": false
} }
} }