Checkout Config
imports:
- php
filter:
paths: [src/*]
excluded_paths: [tests/*, vendor/*, config/*, bin/*, docs/*]
tools:
external_code_coverage:
timeout: 60
php_cpd:
excluded_dirs: [vendor, tests, bin, docs, config]
php_pdepend:
excluded_dirs: [vendor, tests, bin, docs, config]
#php_code_sniffer: true
php_pdepend:
enabled: true
configuration_file: null
suffixes:
- php
excluded_dirs: { }
php_loc:
excluded_dirs: [vendor, tests, bin, docs, config]
php_cs_fixer:
config:
level: psr2
php_analyzer: true
php_hhvm: false
php_mess_detector: true
Repository Config
# language: php