Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Jul 12, 2023
1 parent b8f422f commit b7b50ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/QueuedJobsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b7b50ca

Please sign in to comment.