File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/helpers/MetaFormats/Attributes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class FormatParameterAttribute
20
20
public bool $ nullable ;
21
21
22
22
/**
23
- * @param \App\Helpers\MetaFormats\ Type $type The request parameter type (Post or Query).
23
+ * @param Type $type The request parameter type (Post or Query).
24
24
* @param mixed $validators A validator object or an array of validators applied to the request parameter.
25
25
* @param string $description The description of the request parameter.
26
26
* @param bool $required Whether the request parameter is required.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Param extends FormatParameterAttribute
14
14
public string $ paramName ;
15
15
16
16
/**
17
- * @param \App\Helpers\MetaFormats\ Type $type The request parameter type (Post or Query).
17
+ * @param Type $type The request parameter type (Post or Query).
18
18
* @param string $name The name of the request parameter.
19
19
* @param mixed $validators A validator object or an array of validators applied to the request parameter.
20
20
* @param string $description The description of the request parameter.
You can’t perform that action at this time.
0 commit comments