@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | * |
122 | 122 | * @param int $id |
123 | 123 | * |
124 | - * @return \yii\web\Reponse |
|
124 | + * @return \yii\web\Response |
|
125 | 125 | */ |
126 | 126 | public function actionDelete($id) |
127 | 127 | { |
@@ -164,9 +164,8 @@ discard block |
||
164 | 164 | * Remove a Screen from a Device. |
165 | 165 | * |
166 | 166 | * @param int $id |
167 | - * @param int $flowId |
|
168 | 167 | * |
169 | - * @return \yii\web\Reponse |
|
168 | + * @return \yii\web\Response |
|
170 | 169 | */ |
171 | 170 | public function actionUnlink($id, $screenId) |
172 | 171 | { |
@@ -184,7 +183,7 @@ discard block |
||
184 | 183 | * |
185 | 184 | * @param int $id screen id |
186 | 185 | * |
187 | - * @return \yii\web\Reponse |
|
186 | + * @return \yii\web\Response |
|
188 | 187 | */ |
189 | 188 | public function actionToggle($id) |
190 | 189 | { |
@@ -78,7 +78,7 @@ |
||
78 | 78 | * |
79 | 79 | * @param int $id |
80 | 80 | * |
81 | - * @return \yii\web\Reponse |
|
81 | + * @return \yii\web\Response |
|
82 | 82 | */ |
83 | 83 | public function actionDelete($id) |
84 | 84 | { |
@@ -261,7 +261,7 @@ |
||
261 | 261 | return true; |
262 | 262 | } |
263 | 263 | |
264 | - $prevFlows = array_map(function ($f) { |
|
264 | + $prevFlows = array_map(function($f) { |
|
265 | 265 | return $f->id; |
266 | 266 | }, $this->flows); |
267 | 267 |