Completed
Push — master ( 68db80...b002b3 )
by Anton
02:01
created

Checkout Config

checks:
  php: true
filter:
  excluded_paths:
    - tests/
tools:
  php_code_sniffer:
    config:
      standard: PSR2

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false