@@ -165,7 +165,7 @@ You can use `@LRDparam` in PHPDoc on both the `rules` methods and the controller
165165You can also overwrite rules using ` @LRDparam` .
166166Meaning, when rules are defined in the ` rules` method, you can overwrite those rules using ` @LRDparam` in the PHPDoc above the ` rules` method.
167167And 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` .
169169
170170` ` ` php
171171 /**
@@ -180,7 +180,7 @@ So, the precedence is `Controller method PHPDoc` < `Rules method PHPDoc` < `Rule
180180` ` `
181181
182182# Response codes
183- Without explicitly declaring response codes,
183+ Without explicitly declaring response codes,
184184all routes are documented to return any of the response codes defined in the request-docs.php ` default_responses` configuration.\
185185However, using ` @LRDresponse 200| 422` (spaces or pipes) within the PHPDoc on your controller methods,
186186you are able to explicitly define what status codes can be returned by the server.
@@ -248,6 +248,7 @@ Fixing lints
248248- v2.19 Publish _astro assets
249249- v2.25 ` laravel-request-docs:export` command to export
250250- 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.
251252
252253
253254# Contributors
0 commit comments