Passed
Pull Request — master (#4)
by Sebastian
03:35
created

Repository Config

build:
    nodes:
        coverage:
          tests:
            override:
              - command: ./.Build/bin/phpunit
                coverage:
                  file: clover.xml
                  format: clover
        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