build:
environment:
php:
version: 7.2
tools:
external_code_coverage:
timeout: 600
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: false
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower
build:
environment:
php: 7.1
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
tests: true