vscode-laravel-pint
vscode-laravel-pint copied to clipboard
Incorrect type. Expected "object".
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