Passed
Push — master ( 61922a...fd4537 )
by Roberto
03:59
created
src/Graphics/Graphics.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
13 13
  * @link       http://github.com/nfephp-org/posprint for the canonical source repository
14 14
  */
15 15
 
16
-use Posprint\Graphics\Basic;
17 16
 use Endroid\QrCode\QrCode;
18
-use RuntimeException;
19 17
 use InvalidArgumentException;
18
+use Posprint\Graphics\Basic;
19
+use RuntimeException;
20 20
 
21 21
 class Graphics extends Basic
22 22
 {
Please login to merge, or discard this 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.