vscode-laravel-pint icon indicating copy to clipboard operation
vscode-laravel-pint copied to clipboard

Incorrect type. Expected "object".

Open didoin opened this issue 1 year ago • 2 comments

Describe the bug When I want to completely disable no_superfluous_phpdoc_tags by setting it to false I get this warning.

To Reproduce Use this pint.json:

{
    "preset": "laravel",
    "rules": {
        "no_superfluous_phpdoc_tags": false
    }
}

Expected behavior The warning must not be reported.

Screenshots img

didoin avatar Oct 25 '24 16:10 didoin