From 317965078dad8c0407e0fb111bd5d25a6b877984 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Thu, 5 Nov 2020 19:29:55 +0100 Subject: [PATCH] Fix a couple of phpcs issues --- src/PhpSpreadsheet/Shared/Font.php | 2 -- src/PhpSpreadsheet/Shared/Xls.php | 1 - 2 files changed, 3 deletions(-) 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