Passed
Pull Request — master (#23)
by Jakub
01:53
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
    - 'src/DependencyInjection/Req2CmdConfiguration'

checks:
  php: true

coding_style:
  php:
    spaces:
      around_operators:
        assignment: false

build: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'src/DependencyInjection/Req2CmdConfiguration'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                assignment: false
build: true