Completed
Push — master ( 0f5e88...aa8f76 )
by Propa
04:13
created

Checkout Config

filter:
    paths:
        - 'src/*'
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - 'spec/*'
        - 'stub/*'
        - 'coverage/*'
        - 'vendor/*'
checks:
  php: true
tools:
  external_code_coverage:
    timeout: 1200
    runs: 3
  php_code_coverage: false

Repository Config

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