Skip to content

Commit f3dcc30

Browse files
committed
Fix incorrect docblock type annotation in LabelReconciliationJob
1 parent dd7b819 commit f3dcc30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Jobs/LabelReconciliationJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(protected array $data)
4545
/**
4646
* Execute the job.
4747
*
48-
* @throws \Exception|\Throwable
48+
* @throws \Exception|Throwable
4949
*/
5050
public function handle(
5151
ReconcileProcessAll $reconcileProcessAll,

0 commit comments

Comments
 (0)