Passed
Push — master ( 61922a...fd4537 )
by Roberto
03:59
created
src/Graphics/Graphics.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -468,9 +468,9 @@
 block discarded – undo
468 468
     /**
469 469
      * Ajusta o numero para o multiplo mais proximo de base
470 470
      * 
471
-     * @param float $num
472
-     * @param int $num
473
-     * @return int
471
+     * @param integer $num
472
+     * @param integer $num
473
+     * @return double
474 474
      */
475 475
     private function closestMultiple($num = 0, $base = 8)
476 476
     {
Please login to merge, or discard this patch.