Skip to content

Commit 10f4e27

Browse files
committed
chore: remove outdated comment
1 parent 67593ea commit 10f4e27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/router/src/Exceptions/HtmlExceptionRenderer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
use Tempest\View\GenericView;
2626
use Throwable;
2727

28-
/**
29-
* Renders exceptions for HTML content. The priority is lowered by one because
30-
* JSON-rendering should be the default for requests without `Accept` header.
31-
*/
3228
#[Priority(Priority::LOW)]
3329
final readonly class HtmlExceptionRenderer implements ExceptionRenderer
3430
{

0 commit comments

Comments
 (0)