diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 7136238..61b0c9f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,9 @@ inherit: true checks: - php: - code_rating: true - duplication: true + php: + code_rating: true + duplication: true filter: - paths: [code/*, tests/*] + paths: [code/*, tests/*]