@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | /** |
| 48 | 48 | * Add method |
| 49 | 49 | * |
| 50 | - * @return \Cake\Network\Response|null Redirects on successful add, renders view otherwise. |
|
| 50 | + * @return \Cake\Http\Response|null Redirects on successful add, renders view otherwise. |
|
| 51 | 51 | */ |
| 52 | 52 | public function add() |
| 53 | 53 | { |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | * Edit method |
| 72 | 72 | * |
| 73 | 73 | * @param string|null $id Ticket id. |
| 74 | - * @return \Cake\Network\Response|null Redirects on successful edit, renders view otherwise. |
|
| 74 | + * @return \Cake\Http\Response|null Redirects on successful edit, renders view otherwise. |
|
| 75 | 75 | * @throws \Cake\Network\Exception\NotFoundException When record not found. |
| 76 | 76 | */ |
| 77 | 77 | public function edit($id = null) |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | * Delete method |
| 99 | 99 | * |
| 100 | 100 | * @param string|null $id Ticket id. |
| 101 | - * @return \Cake\Network\Response|null Redirects to index. |
|
| 101 | + * @return \Cake\Http\Response|null Redirects to index. |
|
| 102 | 102 | * @throws \Cake\Datasource\Exception\RecordNotFoundException When record not found. |
| 103 | 103 | */ |
| 104 | 104 | public function delete($id = null) |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | /** |
| 53 | 53 | * Add method |
| 54 | 54 | * |
| 55 | - * @return \Cake\Network\Response|null Redirects on successful add, renders view otherwise. |
|
| 55 | + * @return \Cake\Http\Response|null Redirects on successful add, renders view otherwise. |
|
| 56 | 56 | */ |
| 57 | 57 | public function add() |
| 58 | 58 | { |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * Edit method |
| 75 | 75 | * |
| 76 | 76 | * @param string|null $id User id. |
| 77 | - * @return \Cake\Network\Response|null Redirects on successful edit, renders view otherwise. |
|
| 77 | + * @return \Cake\Http\Response|null Redirects on successful edit, renders view otherwise. |
|
| 78 | 78 | * @throws \Cake\Network\Exception\NotFoundException When record not found. |
| 79 | 79 | */ |
| 80 | 80 | public function edit($id = null) |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | * Delete method |
| 100 | 100 | * |
| 101 | 101 | * @param string|null $id User id. |
| 102 | - * @return \Cake\Network\Response|null Redirects to index. |
|
| 102 | + * @return \Cake\Http\Response|null Redirects to index. |
|
| 103 | 103 | * @throws \Cake\Datasource\Exception\RecordNotFoundException When record not found. |
| 104 | 104 | */ |
| 105 | 105 | public function delete($id = null) |