fix warning

This commit is contained in:
troosan 2018-04-14 23:21:02 +02:00 committed by GitHub
parent b394247740
commit 85e1e5c280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ final class TblWidth
private $value;
/**
* @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 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
*/
public function __construct($value = 0, $type = TblWidthSimpleType::TWIP)
{