Completed
Pull Request — master (#30)
by Guillaume
02:24
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
        excluded_dependencies:
            - atoum/atoum

build:
    environment:
        php:
            version: 7.0.8

filter:
    paths: ["src/*"]
    excluded_paths:
        - "tests/"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true