Skip to content

Commit 14293c8

Browse files
author
dereuromark
committed
Correct doc blocks
1 parent dde1484 commit 14293c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/Admin/QueueController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function index() {
4646
}
4747

4848
/**
49-
* @return \Cake\Network\Response|null|void
49+
* @return \Cake\Http\Response|null
5050
*/
5151
public function processes() {
5252
$processes = $this->QueuedJobs->getProcesses();
@@ -64,7 +64,7 @@ public function processes() {
6464
/**
6565
* Truncate the queue list / table.
6666
*
67-
* @return \Cake\Network\Response
67+
* @return \Cake\Http\Response
6868
* @throws \Cake\Network\Exception\MethodNotAllowedException when not posted
6969
*/
7070
public function reset() {

0 commit comments

Comments
 (0)