Passed
Push — master ( e203b9...deebee )
by Teye
05:19 queued 02:31
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
#                    - command: phpcs-run
#                      use_website_config: false
                    - command: XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml --coverage-clover /home/scrutinizer/build/clover.xml
                      coverage:
                        file: /home/scrutinizer/build/clover.xml
                        format: php-clover  
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true