Passed
Push — master ( 0f36ee...b3b9d5 )
by Albert
05:07 queued 02:26
created

Checkout Config

build:
  environment:
    php: 7.2

filter:
  excluded_paths:
    - "tests/*"
    - "routes/*"
    - "config/*"
    - "stubs/*"
  dependency_paths:
    - "vendor/*"

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            dependencies:
                after:
                    - composer require --dev "eaglewu/swoole-ide-helper:dev-master"
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true