Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jun 12, 2023
1 parent 707fe69 commit 17c7a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/HoneyPotController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __invoke(string $path = ''): void
* using abort(404) does not give the info which path was called.
* This could be very useful when debugging.
* By throwing a proper exception we preserve this info.
* Not that this will generate a log line of type ERROR.
* This will generate a log line of type ERROR.
*
* @param string $path called
*
Expand All @@ -69,7 +69,7 @@ public function throwNotFound(string $path)
/**
* Similar to abort(404), abort(418) does not give info.
* It is more interesting to raise a proper exception.
* By having a proper exception we are also able to decrease the severity.
* By having a proper exception we are also able to decrease the severity to NOTICE.
*
* @param string $path called
*
Expand Down

0 comments on commit 17c7a48

Please sign in to comment.