File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ class CacheFailedOver
99 /**
1010 * Create a new event instance.
1111 *
12- * @param string $storeName The name of the cache store that failed.
12+ * @param string|null $storeName The name of the cache store that failed.
13+ * @param Throwable $exception The exception that was thrown.
1314 */
1415 public function __construct (
1516 public ?string $ storeName ,
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ class QueueFailedOver
99 /**
1010 * Create a new event instance.
1111 *
12- * @param string $connectionName The queue connection that failed.
13- * @param \Closure|string|object $job The job instance.
12+ * @param string|null $connectionName The queue connection that failed.
13+ * @param \Closure|string|object $command The job instance.
14+ * @param Throwable $exception The exception that was thrown.
1415 */
1516 public function __construct (
1617 public ?string $ connectionName ,
You can’t perform that action at this time.
0 commit comments