filter:
    excluded_paths:
        - 'vendor/*'
        - '*.min.js'
        - 'vendor/*'
        - '*/dist/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            before_keywords:
                catch: false
            other:
                after_type_cast: false