Completed
Push — master ( bfa48f...eefb7e )
by De Cramer
02:03
created

Checkout Config

tools:
    php_cs_fixer:
        enabled: true
        config:
            level: psr2
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        properties_in_camelcaps: true
        parameter_doc_comments: true
        function_in_camel_caps: true
        classes_in_camel_caps: true
        use_self_instead_of_fqcn: true

coding_style:
    php: {  }