Passed
Push — main ( 791cf0...537145 )
by Radovan
02:15
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
        tests: true
    environment:
        php: 8.3.17

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        simplify_boolean_return: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        no_goto: true