Passed
Push — develop ( db1fd3...5522e6 )
by Maarten de
01:46
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - command: phpcs-run
                    
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        simplify_boolean_return: true
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        no_goto: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        sql_injection_vulnerabilities: false
        symfony_request_injection: false
        fix_doc_comments: false
        avoid_entity_manager_injection: false