Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 authored Jan 4, 2024
1 parent 6cea81c commit 271145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ You write extra params with rules with @LRDparam in the comment line as one line
* // either space or pipe
* @LRDparam nickaname string|nullable|max:32
* // override the default response codes
* @LRDparam responses 200,422
* @LRDparam responses 200|422
*/
public function index(MyIndexRequest $request): Resource
{
Expand Down

0 comments on commit 271145d

Please sign in to comment.