Passed
Push — dependabot/composer/lcobucci/j... ( 4458df )
by
unknown
38:57 queued 30:00
created

Checkout Config

filter:
  excluded_paths:
    - 'vendor/*'

build:
  environment:
    php:
      version: 7.4

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:
                concatenation: true
            other:
                after_type_cast: false