Completed
Push — master ( fdf3c8...fd9c3c )
by samayo
03:23
created

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'test/*'
        - 'src/utils/'

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: false
        braces:
            classes_functions:
                function: end-of-line