Passed
Push — master ( 9d3716...05c2c4 )
by Anatoliy
02:11
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - php ./vendor/bin/phpunit --no-configuration ./tests --testsuite scrutinizer
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            before_keywords:
                catch: false