Completed
Push — dev ( 967784...1a16ff )
by Andrew
06:23
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true
    
filter:
    paths:
        - src/AppBundle/Controller/
        - src/AppBundle/Fofm/

Repository Config

filter:
    paths:
        - 'src/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false