diff --git a/src/Controller/Admin/QueuedJobsController.php b/src/Controller/Admin/QueuedJobsController.php index 91cff245..26f0948f 100644 --- a/src/Controller/Admin/QueuedJobsController.php +++ b/src/Controller/Admin/QueuedJobsController.php @@ -221,7 +221,7 @@ public function edit(?int $id = null) { /** * @param int|null $id Queued Job id. - * @return \Cake\Http\Response|null Redirects on successful edit, renders view otherwise. + * @return \Cake\Http\Response|null|void Redirects on successful edit, renders view otherwise. */ public function data(?int $id = null) { return $this->edit($id);