Completed
Pull Request — master (#167)
by Emir
03:22
created

Checkout Config

imports:
    - php

tools:
    external_code_coverage:
        timeout: 1200    # Timeout in seconds.

Repository Config

filter:
    excluded_paths:
        - 'tests/*'

Global Config

checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
                negation: true
        braces:
            classes_functions:
                class: new-line
                function: new-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower