Completed
Push — master ( f5ad55...ada292 )
by Tobias
25s queued 10s
created

Checkout Config

checks:
  php: true

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

tools:
  php_code_sniffer:
    enabled: true
    config:
      standard: PSR12

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                relational: false
                negation: true