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

Checkout Config

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

Repository Config

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