Passed
Branch main (19b244)
by Rasul
02:17
created

Repository Config

build:
    environment:
        php:
            version: '7.4'
    nodes:
        node-with-auto-setup:
          tests:
            override:
              # if you just want to disable inferred commands, you can use the shell built-in "true"
              - true
        analysis:
            project_setup:
                override:
                    - 'true'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true