{
    "preset": "laravel",
    "rules": {
        "native_function_invocation": {
            "include": ["@compiler_optimized"],
            "scope": "namespaced",
            "strict": true
        },
        "no_superfluous_phpdoc_tags": false,
        "php_unit_method_casing": false
    }
}
