Remove null phpdoc where typehint is float

This commit is contained in:
Alexander Hofstede 2019-12-20 22:47:16 +01:00
parent aa5ec507c2
commit bb83904083

View File

@ -289,7 +289,7 @@ abstract class WorkbookManagerAbstract implements WorkbookManagerInterface
} }
/** /**
* @param float|null $width * @param float $width
*/ */
public function setDefaultColumnWidth(float $width) public function setDefaultColumnWidth(float $width)
{ {
@ -297,7 +297,7 @@ abstract class WorkbookManagerAbstract implements WorkbookManagerInterface
} }
/** /**
* @param float|null $height * @param float $height
*/ */
public function setDefaultRowHeight(float $height) public function setDefaultRowHeight(float $height)
{ {