Skip to content

Commit

Permalink
docs: ✏️ change description for no php syntax check option
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Oct 10, 2022
1 parent bf2043c commit 253cf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"bladeFormatter.format.noPhpSyntaxCheck": {
"type": "boolean",
"default": false,
"markdownDescription": "Disable PHP syntax check. Enabling this will prevent syntax error reporting even if you write invalid PHP syntax in the Directive."
"markdownDescription": "Disable PHP syntax check. Enabling this will suppress PHP syntax error reporting."
},
"bladeFormatter.misc.dontShowNewVersionMessage": {
"type": "boolean",
Expand Down

0 comments on commit 253cf42

Please sign in to comment.