Skip to content

Commit 3e27945

Browse files
CHANGE LOG
1 parent 0817d99 commit 3e27945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can use `@LRDparam` in PHPDoc on both the `rules` methods and the controller
165165
You can also overwrite rules using `@LRDparam`.
166166
Meaning, when rules are defined in the `rules` method, you can overwrite those rules using `@LRDparam` in the PHPDoc above the `rules` method.
167167
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`.
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,
184184
all routes are documented to return any of the response codes defined in the request-docs.php `default_responses` configuration.\
185185
However, using `@LRDresponse 200|422` (spaces or pipes) within the PHPDoc on your controller methods,
186186
you 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

Comments
 (0)