Skip to content

Commit 876194e

Browse files
committed
docs: update comments
1 parent cfd1b44 commit 876194e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Exceptions/PageNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PageNotFoundException extends OutOfBoundsException implements ExceptionInt
1919
use DebugTraceableTrait;
2020

2121
/**
22-
* Error code
22+
* HTTP status code
2323
*
2424
* @var int
2525
*/

system/Router/Exceptions/RedirectException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class RedirectException extends Exception
2020
{
2121
/**
22-
* Status code for redirects
22+
* HTTP status code for redirects
2323
*
2424
* @var int
2525
*/

0 commit comments

Comments
 (0)