There was an error while loading. Please reload this page.
1 parent 693b5d6 commit daabdd3Copy full SHA for daabdd3
src/LaravelRequestDocs.php
@@ -136,6 +136,8 @@ public function appendRequestRules(array $controllersInfo)
136
// If your rules are not populated using this library, then fix your rule to only throw validation errors and not throw exceptions
137
// such as 404, 500 inside the request class.
138
// $controllersInfo[$index]['rules'] = $this->rulesByRegex($requestClassName);
139
+
140
+ //TODO: enable debug mode so unsupported coding practices can be fixed by the developer
141
// throw $e;
142
}
143
$controllersInfo[$index]['docBlock'] = $this->lrdDocComment($reflectionMethod->getDocComment());
0 commit comments