We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a144e5a commit 8d9cc26Copy full SHA for 8d9cc26
src/RuleSet/Sets/ModixSet.php
@@ -99,13 +99,16 @@ public function getRules()
99
'ordered_imports' => true,
100
'php_unit_fqcn_annotation' => true,
101
'php_unit_method_casing' => true,
102
- 'phpdoc_align' => 'left',
+ 'phpdoc_align' => [
103
+ 'align' => 'left',
104
+ ],
105
'phpdoc_annotation_without_dot' => true,
106
'phpdoc_indent' => true,
107
'phpdoc_inline_tag_normalizer' => true,
108
'phpdoc_no_access' => true,
109
'phpdoc_no_alias_tag' => true,
110
'phpdoc_no_useless_inheritdoc' => true,
111
+ 'phpdoc_no_package' => true,
112
'phpdoc_return_self_reference' => true,
113
'phpdoc_scalar' => true,
114
'phpdoc_separation' => true,
0 commit comments