This commit is contained in:
troosan 2018-12-29 23:14:18 +01:00
parent 23407c99dd
commit 54b94be65a
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ class Converter
/**
* Convert point to pixel
*
* @param int $point
* @param float $point
* @return float
*/
public static function pointToPixel($point = 1)
@ -220,7 +220,7 @@ class Converter
/**
* Convert point to cm
*
* @param int $point
* @param float $point
* @return float
*/
public static function pointToCm($point = 1)