Passed
Push — master ( ad9ad0...8e98de )
by Tim
39:45 queued 29:39
created

Repository Config

build:
    environment:
        php:
            version: "8.0"
            ini:
                memory_limit: "-1"
    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:
                assignment: false