Completed
Push — master ( 494ce5...3a9e82 )
by Jakob
01:22
created

Checkout Config

filter:
    paths: [src/*]
checks:
    php: true

Repository Config

# language: php

checks:
    php:
        remove_extra_empty_lines: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
        fix_line_ending: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true