We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bdafa commit 863a608Copy full SHA for 863a608
.styleci.yml
@@ -6,6 +6,9 @@ enabled:
6
disabled:
7
- blank_line_before_return
8
- concat_without_spaces
9
+ - no_blank_lines_after_phpdoc
10
- no_unneeded_control_parentheses
11
- not_operator_with_successor_space
12
+ - phpdoc_summary
13
+ - phpdoc_no_package
14
- simplified_null_return
0 commit comments