From 54b94be65a8051ba702af02b0eafc6b0222a0778 Mon Sep 17 00:00:00 2001 From: troosan Date: Sat, 29 Dec 2018 23:14:18 +0100 Subject: [PATCH] fix doc --- src/PhpWord/Shared/Converter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpWord/Shared/Converter.php b/src/PhpWord/Shared/Converter.php index a0cde503..7008ac5d 100644 --- a/src/PhpWord/Shared/Converter.php +++ b/src/PhpWord/Shared/Converter.php @@ -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)