diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 840ec6f..a366f00 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,9 @@ -filter: - paths: [lib/*] - excluded_paths: [examples/*] -checks: - php: true -tools: - php_code_sniffer: - config: +filter: + paths: [lib/*] + excluded_paths: [examples/*, tests/*] +checks: + php: true +tools: + php_code_sniffer: + config: standard: "PSR2" \ No newline at end of file