Passed
Push — master ( 575def...e71bb4 )
by Alexander
01:32
created

Repository Config

filter:
    excluded_paths:
        - 'skeletons/*'
        - 'docs/*'
        - 'tests/*'
        - 'bin/*'
checks:
    php:
        newline_at_end_of_file: true
        classes_in_camel_caps: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: true
build:
    tests:
        override:
            - phpcs-run
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]