Completed
Push — develop ( c60de3...4fc294 )
by Susi
05:38
created

Repository Config

checks:
    php:
        uppercase_constants: true
        simplify_boolean_return: true
        prefer_while_loop_over_for_loop: true
        phpunit_assertions: true
        parameters_in_camelcaps: true
        no_goto: true
        encourage_single_quotes: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: false
            verify_parent_constraints: true
    javascript: true

filter:
    excluded_paths:
        - '*.min.js'
        - 'docs/**'
        - 'Tests/**'
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
tools:
    # Runs the PHP CS Fixer (http://cs.sensiolabs.org/).
    php_cs_fixer:
        extensions:

            # Default:
            - php
        fixers:               []
        enabled:              false
        filter:
            paths:                []
            excluded_paths:       []