Completed
Pull Request — master (#11)
by Anton
01:36
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
    - 'public/js/vendor/*'
checks:
  php: true
  javascript: true
tools:
  php_analyzer: true
  php_code_sniffer:
    config:
      standard: PSR2

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                multiplicative: false
            within:
                brackets: true