Skip to content

Commit c5062fc

Browse files
author
Juuso Leinonen
committed
* 'master' of https://github.com/lordthorzonus/php-dataloader: Stricter scrutinizer settings
2 parents 4189e08 + b79933b commit c5062fc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ before_commands:
2222
checks:
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
3338
coding_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

0 commit comments

Comments
 (0)