From 8f6a9b03b8e41eedca5f6182d1af2b81ad4be3e6 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 27 Dec 2024 21:29:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Illuminate/Queue/InteractsWithQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Queue/InteractsWithQueue.php b/src/Illuminate/Queue/InteractsWithQueue.php index 6e7d3bd2c075..4caea95c9c81 100644 --- a/src/Illuminate/Queue/InteractsWithQueue.php +++ b/src/Illuminate/Queue/InteractsWithQueue.php @@ -148,7 +148,7 @@ public function assertFailed() /** * Assert that the job was manually failed with a specific exception. * - * @param \Throwable|string $exception + * @param \Throwable|string $exception * @return $this */ public function assertFailedWith($exception)