Passed
Push — master ( 61fa52...b9d74d )
by Vladimir
13:13
created

Checkout Config

build: 
  tests: 
    override: 
      - 
        command: "vendor/bin/phpunit"
        coverage: 
          file: clover.xml
          format: clover
checks: 
  php: 
    fix_doc_comments: true
    fix_identation_4spaces: true
    fix_line_ending: true
    fix_linefeed: true
    fix_php_opening_tag: true
    fix_use_statements: 
      order_alphabetically: true
      preserve_blanklines: true
      preserve_multiple: false
      remove_unused: true
    remove_extra_empty_lines: true
    remove_php_closing_tag: true
    remove_trailing_whitespace: true
filter: 
  excluded_paths: 
    - tests/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
build: true