We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23407c9 commit 54b94beCopy full SHA for 54b94be
src/PhpWord/Shared/Converter.php
@@ -198,7 +198,7 @@ public static function pointToTwip($point = 1)
198
/**
199
* Convert point to pixel
200
*
201
- * @param int $point
+ * @param float $point
202
* @return float
203
*/
204
public static function pointToPixel($point = 1)
@@ -220,7 +220,7 @@ public static function pointToEmu($point = 1)
220
221
* Convert point to cm
222
223
224
225
226
public static function pointToCm($point = 1)
0 commit comments