We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ce4a2 + 6487227 commit e7e6bc3Copy full SHA for e7e6bc3
.styleci.yml
@@ -4,14 +4,10 @@ enabled:
4
- align_phpdoc
5
- alpha_ordered_imports
6
- array_indentation
7
- - compact_nullable_typehint
8
- const_visibility_required
9
- - no_alternative_syntax
10
- - no_blank_lines_between_traits
11
- - no_unreachable_default_argument_value
12
- - short_array_syntax
+ - phpdoc_order
13
14
disabled:
15
- - phpdoc_no_empty_return
+ - no_superfluous_phpdoc_tags_symfony
16
- phpdoc_to_comment
17
- phpdoc_var_without_name
0 commit comments