Passed
Pull Request — master (#57)
by Kyle
12:53
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths: [vendor/*, tests/*]
coding_style:
    php: {  }
tools:
    external_code_coverage: true
    php_code_coverage: true
build:
    nodes:
        analysis:
            environment:
                php: 8.1.0
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true