Completed
Push — master ( 8dc2ed...04d962 )
by Roberto
05:56 queued 03:45
created
src/Graphics/Graphics.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -562,9 +562,9 @@
 block discarded – undo
562 562
     /**
563 563
      * Ajusta o numero para o multiplo mais proximo de base
564 564
      *
565
-     * @param  float $num
566
-     * @param  int   $num
567
-     * @return int
565
+     * @param  integer $num
566
+     * @param  integer   $num
567
+     * @return double
568 568
      */
569 569
     private function closestMultiple($num = 0, $base = 8)
570 570
     {
Please login to merge, or discard this patch.