Remove null phpdoc where typehint is float
This commit is contained in:
parent
aa5ec507c2
commit
bb83904083
@ -289,7 +289,7 @@ abstract class WorkbookManagerAbstract implements WorkbookManagerInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param float|null $width
|
||||
* @param 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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user