Completed
Push — dev ( 85188f...0b3d9f )
by Jakob
03:18
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