diff --git a/src/PhpSpreadsheet/Shared/Font.php b/src/PhpSpreadsheet/Shared/Font.php index cf17fbf1..188a987b 100644 --- a/src/PhpSpreadsheet/Shared/Font.php +++ b/src/PhpSpreadsheet/Shared/Font.php @@ -396,8 +396,6 @@ class Font /** * Returns the font path given the font. * - * @param FontStyle $font - * * @return string Path to TrueType font file */ public static function getTrueTypeFontFileFromFont(FontStyle $font) diff --git a/src/PhpSpreadsheet/Shared/Xls.php b/src/PhpSpreadsheet/Shared/Xls.php index 6a57f8e9..41cd0c50 100644 --- a/src/PhpSpreadsheet/Shared/Xls.php +++ b/src/PhpSpreadsheet/Shared/Xls.php @@ -198,7 +198,6 @@ class Xls * W is the width of the cell * H is the height of the cell * - * @param Worksheet $worksheet * @param string $coordinates E.g. 'A1' * @param int $offsetX Horizontal offset in pixels * @param int $offsetY Vertical offset in pixels