File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,19 @@ before_commands:
2222checks :
2323 php :
2424 code_rating : true
25- duplication : false
25+ duplication : true
2626 uppercase_constants : true
2727 simplify_boolean_return : true
2828 return_doc_comments : true
2929 properties_in_camelcaps : true
3030 parameters_in_camelcaps : true
3131 parameter_doc_comments : true
3232 param_doc_comment_if_not_inferrable : true
33+ return_doc_comment_if_not_inferrable : true
34+ check_method_contracts :
35+ verify_interface_like_constraints : true
36+ verify_documented_constraints : true
37+ verify_parent_constraints : true
3338coding_style :
3439 php :
3540 spaces :
@@ -53,4 +58,4 @@ coding_style:
5358 opening : end-of-line
5459 upper_lower_casing :
5560 constants :
56- true_false_null : lower
61+ true_false_null : lower
You can’t perform that action at this time.
0 commit comments