Completed
Push — master ( 6b3d37...f879e6 )
by Yuichi
02:03
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                additive: false
                multiplicative: false
                concatenation: true
                negation: true