@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | /** |
35 | 35 | * Edit action. |
36 | 36 | * |
37 | - * @return mixed |
|
37 | + * @return \Cake\Network\Response|null |
|
38 | 38 | */ |
39 | 39 | public function add() |
40 | 40 | { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | * Move down group action. |
61 | 61 | * |
62 | 62 | * @param int $id |
63 | - * @return \Cake\Http\Response|null |
|
63 | + * @return \Cake\Network\Response|null |
|
64 | 64 | */ |
65 | 65 | public function down($id) |
66 | 66 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | * Edit action. |
72 | 72 | * |
73 | 73 | * @param int $id |
74 | - * @return \Cake\Http\Response|null |
|
74 | + * @return \Cake\Network\Response|null |
|
75 | 75 | */ |
76 | 76 | public function edit($id) |
77 | 77 | { |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Process action. |
127 | 127 | * |
128 | - * @return \Cake\Http\Response|null |
|
128 | + * @return \Cake\Network\Response|null |
|
129 | 129 | */ |
130 | 130 | public function process() |
131 | 131 | { |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | * Move up group action. |
138 | 138 | * |
139 | 139 | * @param int $id |
140 | - * @return \Cake\Http\Response|null |
|
140 | + * @return \Cake\Network\Response|null |
|
141 | 141 | * @SuppressWarnings(PHPMD.ShortMethodName) |
142 | 142 | */ |
143 | 143 | public function up($id) |