# language:
tools:
php_cs_fixer:
config: { level: psr2 }
checks:
php:
code_rating: true
duplication: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
coding_style:
php: { }
checks:
php:
code_rating: true
duplication: true