Skip to content

Commit 184ac4b

Browse files
committed
Typos
1 parent 487097b commit 184ac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Jobs/LikeReply.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(Reply $reply, User $user)
3434
* Execute the job.
3535
*
3636
* @return void
37-
* @throws \App\Exceptions\CannotLikeReplyTwice
37+
* @throws \App\Exceptions\CannotLikeReplyMultipleTimes
3838
*/
3939
public function handle()
4040
{

app/Jobs/LikeThread.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(Thread $thread, User $user)
3434
* Execute the job.
3535
*
3636
* @return void
37-
* @throws \App\Exceptions\CannotLikeReplyTwice
37+
* @throws \App\Exceptions\CannotLikeThreadMultipleTimes
3838
*/
3939
public function handle()
4040
{

0 commit comments

Comments
 (0)