We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b394247 commit 85e1e5cCopy full SHA for 85e1e5c
src/PhpWord/ComplexType/TblWidth.php
@@ -31,8 +31,8 @@ final class TblWidth
31
private $value;
32
33
/**
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.
+ * @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
36
*/
37
public function __construct($value = 0, $type = TblWidthSimpleType::TWIP)
38
{
0 commit comments