checks:
    php:
        code_rating: true
        duplication: false
        
filter:
    excluded_paths: [tests/*]
tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        no_trailing_whitespace: false
        blank_line_after_namespace_declaration: false
        foreach_traversable: false
coding_style:
    php: {  }