Skip to content

Commit daabdd3

Browse files
README updated
1 parent 693b5d6 commit daabdd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LaravelRequestDocs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ public function appendRequestRules(array $controllersInfo)
136136
// If your rules are not populated using this library, then fix your rule to only throw validation errors and not throw exceptions
137137
// such as 404, 500 inside the request class.
138138
// $controllersInfo[$index]['rules'] = $this->rulesByRegex($requestClassName);
139+
140+
//TODO: enable debug mode so unsupported coding practices can be fixed by the developer
139141
// throw $e;
140142
}
141143
$controllersInfo[$index]['docBlock'] = $this->lrdDocComment($reflectionMethod->getDocComment());

0 commit comments

Comments
 (0)