File tree 1 file changed +10
-3
lines changed
1 file changed +10
-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,17 @@ 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
+ max_blank_lines :
32
+ max : 2
33
+ replace_code_block_types : ~
27
34
28
35
# 3.4
29
36
versionadded_directive_major_version :
30
- ' major_version ' : 3
37
+ major_version : 3
31
38
32
39
versionadded_directive_min_version :
33
- ' min_version ' : ' 3.0'
40
+ min_version : ' 3.0'
34
41
35
42
# do not report as violation
36
43
whitelist :
You can’t perform that action at this time.
0 commit comments