Fix a couple of phpcs issues

This commit is contained in:
MarkBaker 2020-11-05 19:29:55 +01:00
parent cf6abbc10e
commit 317965078d
2 changed files with 0 additions and 3 deletions

View File

@ -396,8 +396,6 @@ class Font
/** /**
* Returns the font path given the font. * Returns the font path given the font.
* *
* @param FontStyle $font
*
* @return string Path to TrueType font file * @return string Path to TrueType font file
*/ */
public static function getTrueTypeFontFileFromFont(FontStyle $font) public static function getTrueTypeFontFileFromFont(FontStyle $font)

View File

@ -198,7 +198,6 @@ class Xls
* W is the width of the cell * W is the width of the cell
* H is the height of the cell * H is the height of the cell
* *
* @param Worksheet $worksheet
* @param string $coordinates E.g. 'A1' * @param string $coordinates E.g. 'A1'
* @param int $offsetX Horizontal offset in pixels * @param int $offsetX Horizontal offset in pixels
* @param int $offsetY Vertical offset in pixels * @param int $offsetY Vertical offset in pixels