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.
2 parents bd6c567 + d64ccea commit e4f0ca0Copy full SHA for e4f0ca0
src/LaravelRequestDocs.php
@@ -147,13 +147,14 @@ public function appendRequestRules(array $controllersInfo)
147
}
148
149
150
- $controllersInfo[$index]['docBlock'] = $this->lrdDocComment($reflectionMethod->getDocComment());
151
-
152
$controllersInfo[$index]['rules'] = array_merge(
153
$controllersInfo[$index]['rules'] ?? [],
154
$customRules,
155
);
156
+
+ $controllersInfo[$index]['docBlock'] = $this->lrdDocComment($reflectionMethod->getDocComment());
157
158
159
return $controllersInfo;
160
0 commit comments