Skip to content

Commit 9b39f6e

Browse files
Updating the docs to reflect the actual generated comment (#10252)
1 parent 9a84c2f commit 9b39f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class InvalidOrderException extends Exception
310310
}
311311

312312
/**
313-
* Render the exception into an HTTP response.
313+
* Render the exception as an HTTP response.
314314
*/
315315
public function render(Request $request): Response
316316
{
@@ -323,7 +323,7 @@ If your exception extends an exception that is already renderable, such as a bui
323323

324324
```php
325325
/**
326-
* Render the exception into an HTTP response.
326+
* Render the exception as an HTTP response.
327327
*/
328328
public function render(Request $request): Response|bool
329329
{

0 commit comments

Comments
 (0)