Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class InvalidOrderException extends Exception
}

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

```php
/**
* Render the exception into an HTTP response.
* Render the exception as an HTTP response.
*/
public function render(Request $request): Response|bool
{
Expand Down