# .scrutinizer.yml
checks:
php: true
filter:
excluded_paths:
- tests/*
- vendor/*
paths:
- src/*
coding_style:
php:
indentation:
general:
use_tabs: false
size: 4
switch:
indent_case: true
spaces:
around_operators:
concatenation: true
# language: php