fix warning
This commit is contained in:
parent
b394247740
commit
85e1e5c280
|
|
@ -31,8 +31,8 @@ final class TblWidth
|
||||||
private $value;
|
private $value;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $value If omitted, then its value shall be assumed to be 0.
|
* @param int $value If omitted, then its value shall be assumed to be 0
|
||||||
* @param string $type If omitted, then its value shall be assumed to be dxa.
|
* @param string $type If omitted, then its value shall be assumed to be dxa
|
||||||
*/
|
*/
|
||||||
public function __construct($value = 0, $type = TblWidthSimpleType::TWIP)
|
public function __construct($value = 0, $type = TblWidthSimpleType::TWIP)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue