Passed
Push — main ( 4834b9...990a94 )
by Usama
03:51
created

Repository Config

build:
    environment:
        php: 8.2
    nodes:
        analysis:
            project_setup:
                override:
                    - composer self-update --2
                    - composer update
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false