@@ -13,10 +13,10 @@ |
||
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 | { |
@@ -562,9 +562,9 @@ |
||
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 | { |