Completed
Push — master ( 700391...0e1097 )
by Kirill
07:56
created

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
        - 'bin/*'
        - '*.min.js'
checks:
    php:
        code_rating: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
tools:
    external_code_coverage: true
    php_analyzer: true
    php_mess_detector: true
    php_sim: true
    sensiolabs_security_checker: true
    php_changetracking: true
    php_cs_fixer:
        config: { level: psr2 }