Completed
Push — master ( 4707c4...f89051 )
by Frank
03:54
created

Checkout Config

tools:
    external_code_coverage: true

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

checks:
    php:
        duplication: false

Repository Config

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