diff --git a/src/PhpWord/Style/Cell.php b/src/PhpWord/Style/Cell.php index 0f05092b..b2bd9aeb 100644 --- a/src/PhpWord/Style/Cell.php +++ b/src/PhpWord/Style/Cell.php @@ -286,7 +286,7 @@ class Cell extends Border */ public function setWidth($value) { - $this->setIntVal($value); + $this->width = $this->setIntVal($value); return $this; }