Skip to content

Commit 85e1e5c

Browse files
authored
fix warning
1 parent b394247 commit 85e1e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/ComplexType/TblWidth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ final class TblWidth
3131
private $value;
3232

3333
/**
34-
* @param int $value If omitted, then its value shall be assumed to be 0.
35-
* @param string $type If omitted, then its value shall be assumed to be dxa.
34+
* @param int $value If omitted, then its value shall be assumed to be 0
35+
* @param string $type If omitted, then its value shall be assumed to be dxa
3636
*/
3737
public function __construct($value = 0, $type = TblWidthSimpleType::TWIP)
3838
{

0 commit comments

Comments
 (0)