Completed
Branch master (1fd045)
by Michal
09:21
created

Checkout Config

imports:
    - php
filter:
    excluded_paths:
        - bin/*
        - tests/*
        - vendor/*
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
    sensiolabs_security_checker: true
    php_pdepend: true
    php_code_coverage: true
    external_code_coverage: true
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php