@@ -164,7 +164,6 @@ |
||
164 | 164 | * Remove a Screen from a Device. |
165 | 165 | * |
166 | 166 | * @param int $id |
167 | - * @param int $flowId |
|
168 | 167 | * |
169 | 168 | * @return \yii\web\Response |
170 | 169 | */ |
@@ -327,7 +327,7 @@ |
||
327 | 327 | * @param float $min |
328 | 328 | * @param float $max |
329 | 329 | * |
330 | - * @return float random float |
|
330 | + * @return integer random float |
|
331 | 331 | */ |
332 | 332 | public static function randf($min = 0.0, $max = 1.0) |
333 | 333 | { |