Completed
Push — master ( 483e11...61b75c )
by Jeff
03:42
created
controllers/DeviceController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
controllers/ScreenTemplateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.