Completed
Pull Request — master (#255)
by Piotr
03:17
created

Checkout Config

---
filter:
    excluded_paths: [vendor/*, app/*, web/*, Behat/*, spec/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]