Completed
Push — master ( 33ec3d...b5528d )
by Maxime
04:05
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths:
        - 'docs/*'
        - 'examples/*'
        - 'tests/*'
        - 'vendor/*'

tools:
    # Code Coverage
    external_code_coverage: true

    # PHP Code Sniffer
    #php_code_sniffer:
    #    enabled: true
    #    command: phpcs
    #    config:
    #        standard: PSR2

checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: false
                size: 4
            switch:
                indent_case: true
        spaces:
            around_operators:
                concatenation: true

build:
    environment:
        php:
            version: "7.0.8"