From be51aeaf585e3ce07f9cdd4d662957f58fee58a9 Mon Sep 17 00:00:00 2001 From: hastegan Date: Thu, 15 Sep 2016 23:41:18 +0200 Subject: [PATCH] Fix PHPDoc param notation --- src/Spout/Writer/Style/Style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spout/Writer/Style/Style.php b/src/Spout/Writer/Style/Style.php index 99a0b79..1ff0b5e 100644 --- a/src/Spout/Writer/Style/Style.php +++ b/src/Spout/Writer/Style/Style.php @@ -269,7 +269,7 @@ class Style } /** - * @param bool $shouldWrap Should the text be wrapped + * @param bool|void $shouldWrap Should the text be wrapped * @return Style */ public function setShouldWrapText($shouldWrap = true)