Passed
Push — master ( bfe50d...02a208 )
by oxidmod
09:18 queued 02:10
created

Checkout Config

checks:
  php: true

tools:
  php_sim: true
  php_cpd: true

filter:
  excluded_paths:
    - tests/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                assignment: false