@@ -165,7 +165,7 @@ You can use `@LRDparam` in PHPDoc on both the `rules` methods and the controller
165
165
You can also overwrite rules using ` @LRDparam` .
166
166
Meaning, when rules are defined in the ` rules` method, you can overwrite those rules using ` @LRDparam` in the PHPDoc above the ` rules` method.
167
167
And you can overwrite those rules using ` @LRDparam` in a PHPDoc on the controller methods.\
168
- So, the precedence is ` Controller method PHPDoc` < ` Rules method PHPDoc` < ` Rules method values` .
168
+ So, the precedence is ` Controller method PHPDoc` < ` Rules method PHPDoc` < ` Rules method values` .
169
169
170
170
` ` ` php
171
171
/**
@@ -180,7 +180,7 @@ So, the precedence is `Controller method PHPDoc` < `Rules method PHPDoc` < `Rule
180
180
` ` `
181
181
182
182
# Response codes
183
- Without explicitly declaring response codes,
183
+ Without explicitly declaring response codes,
184
184
all routes are documented to return any of the response codes defined in the request-docs.php ` default_responses` configuration.\
185
185
However, using ` @LRDresponse 200| 422` (spaces or pipes) within the PHPDoc on your controller methods,
186
186
you are able to explicitly define what status codes can be returned by the server.
@@ -248,6 +248,7 @@ Fixing lints
248
248
- v2.19 Publish _astro assets
249
249
- v2.25 ` laravel-request-docs:export` command to export
250
250
- v2.28 Allow extra documentation to be defined on the ` rules` method of the Request class. By @Ken-vdE
251
+ - v2.29 Customized title, vup js and PHP to latest. Customized headers. Save response history.
251
252
252
253
253
254
# Contributors
0 commit comments