Checkout Config
checks:
php:
psr2_switch_declaration: true
psr2_class_declaration: true
no_short_open_tag: true
deprecated_code_usage: true
code_rating: true
filter:
excluded_paths:
- 'tests/*'
- 'public/js/vendor/*'
checks:
php: true
javascript: true
tools:
php_analyzer: true
php_code_sniffer:
config:
standard: PSR2
Repository Config
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
additive: false
multiplicative: false
within:
brackets: true