Skip to content

Commit 54b94be

Browse files
committed
fix doc
1 parent 23407c9 commit 54b94be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Shared/Converter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public static function pointToTwip($point = 1)
198198
/**
199199
* Convert point to pixel
200200
*
201-
* @param int $point
201+
* @param float $point
202202
* @return float
203203
*/
204204
public static function pointToPixel($point = 1)
@@ -220,7 +220,7 @@ public static function pointToEmu($point = 1)
220220
/**
221221
* Convert point to cm
222222
*
223-
* @param int $point
223+
* @param float $point
224224
* @return float
225225
*/
226226
public static function pointToCm($point = 1)

0 commit comments

Comments
 (0)