Fix a couple of phpcs issues
This commit is contained in:
parent
cf6abbc10e
commit
317965078d
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue