We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cbf04 commit a3f3716Copy full SHA for a3f3716
src/support/docblocks.ts
@@ -202,7 +202,7 @@ const getAttributeBlocks = (
202
203
if (!["accessor", "attribute"].includes(attr.cast || "")) {
204
blocks.push(
205
- `@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}>|${className}> where${attr.title_case}($value)`,
+ `@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}>|${className} where${attr.title_case}($value)`,
206
);
207
}
208
0 commit comments