diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 6dd940c..24e3c83 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,8 @@ tools: external_code_coverage: - timeout: 600 \ No newline at end of file + timeout: 600 + +checks: + php: + code_rating: true + duplication: true