imports:
  - php
tools:
  external_code_coverage:
    timeout: 600
                    
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
        fix_doc_comments: true