File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
rules :
2
+ no_inheritdoc : ~
3
+ avoid_repetetive_words : ~
2
4
blank_line_after_directive : ~
3
5
short_array_syntax : ~
4
6
no_app_console : ~
5
7
typo : ~
6
8
replacement : ~
7
9
composer_dev_option_not_at_the_end : ~
10
+ no_composer_req : ~
8
11
yarn_dev_option_at_the_end : ~
9
12
versionadded_directive_should_have_version : ~
10
- no_composer_req : ~
13
+ deprecated_directive_should_have_version : ~
11
14
no_php_open_tag_in_code_block_php_directive : ~
12
15
no_blank_line_after_filepath_in_php_code_block : ~
13
16
no_blank_line_after_filepath_in_yaml_code_block : ~
@@ -24,13 +27,18 @@ rules:
24
27
ordered_use_statements : ~
25
28
no_namespace_after_use_statements : ~
26
29
use_https_xsd_urls : ~
30
+ correct_code_block_directive_based_on_the_content : ~
31
+ ensure_self_closing_tags_use_slash_at_the_end : ~
32
+ not_many_blank_lines :
33
+ max : 2
34
+ replace_code_block_types : ~
27
35
28
36
# 3.4
29
37
versionadded_directive_major_version :
30
- ' major_version ' : 3
38
+ major_version : 3
31
39
32
40
versionadded_directive_min_version :
33
- ' min_version ' : ' 3.0'
41
+ min_version : ' 3.0'
34
42
35
43
# do not report as violation
36
44
whitelist :
You can’t perform that action at this time.
0 commit comments