Completed
Pull Request — develop (#242)
by Claudio
30:08 queued 23:24
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - "samples/*"
        - "tests/*"
        - "docs/*"
        - ".github/*"
        - "bin/*"

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true

tools:
    external_code_coverage:
        timeout: 3600    # Timeout in seconds.