diff --git a/src/Spout/Writer/Common/Entity/Cell.php b/src/Spout/Writer/Common/Entity/Cell.php index 6b881c1..fa2d350 100644 --- a/src/Spout/Writer/Common/Entity/Cell.php +++ b/src/Spout/Writer/Common/Entity/Cell.php @@ -97,9 +97,9 @@ class Cell } /** - * @param Style $style + * @param Style $style|null */ - public function setStyle(Style $style) + public function setStyle(Style $style = null) { $this->style = $style; }