From 1c21b10990bb28d6d6cd1b53f3f697bf5edd517c Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 27 Sep 2017 18:46:13 -0500 Subject: [PATCH] Se cambia la configuracion de scrutinizer --- .scrutinizer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 64324bc..74078db 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -39,8 +39,8 @@ checks: require_scope_for_methods: true require_php_tag_first: true remove_extra_empty_lines: true - psr4_switch_declaration: true - psr4_class_declaration: true + psr2_switch_declaration: true + psr2_class_declaration: true property_assignments: true prefer_while_loop_over_for_loop: true properties_in_camelcaps: true