Completed
Push — master ( 3988a7...aba870 )
by Vitaly
01:05
created

Checkout Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_cs_fixer:
            config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1
    php_code_sniffer:
            config:
                standard: "PSR2"

filter:
    excluded_paths:
        - 'tests/*'

build:
    environment:
        php:
            version: 5.5

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: false