diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e1584df5c2c..24135519134 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,8 +21,8 @@ checks: require_php_tag_first: false tools: + php_code_sniffer: + config: + standard: "WordPress" external_code_coverage: - timeout: 600 - php_code_sniffer: - config: - standard: "WordPress" \ No newline at end of file + timeout: 600 \ No newline at end of file