Test Failed
Push — master ( a04be2...8da547 )
by Anton
08:01 queued 01:17
created

Checkout Config

build:
  environment:
    php:
      version: '7.0'
checks:
  php: true
filter:
  excluded_paths:
    - bin/
    - tests/
tools:
  php_code_sniffer: true
  php_mess_detector: true
  php_loc:
    enabled: true
    excluded_dirs: [vendor, tests]
  php_pdepend: true
  php_cpd:
    enabled: true
    excluded_dirs: [vendor, tests]
  sensiolabs_security_checker: true

Repository Config

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