Completed
Push — master ( b8ef97...cf28af )
by Frank
02:50
created

Checkout Config

tools:
    external_code_coverage: true

filter:
    paths:
        - "src/*"
    excluded_paths:
        - "src/CodeGeneration/Fixtures/*"
        - "src/Integration/*"
        - "src/*Test.php"

checks:
    php:
        duplication: false

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true