Completed
Push — master ( 69c3b2...0e295f )
by Alexander
01:41
created

Repository Config

filter:
    excluded_paths:
        - 'skeletons/*'
        - 'docs/*'
        - 'tests/*'
        - 'bin/*'
        - 'src/internals/*'
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: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]