Passed
Push — main ( 5b25e0...95072b )
by Jacobo
02:52
created

Repository Config

build:
    image: default-bionic 
    environment:
        php: 8.3.13

    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - command: phpcs-run
                      use_website_config: true
            dependencies:
                before:
                    - composer self-update
                    
filter:
    excluded_paths:
        - 'tests/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
            within:
                brackets: true
            other:
                after_type_cast: false