From 175dba2ee65fcf4c5828306b96b893862d1ed206 Mon Sep 17 00:00:00 2001 From: Michel Hunziker Date: Fri, 31 Aug 2012 17:30:38 +0200 Subject: [PATCH] Add missing @throws annotations --- src/MultiByte.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MultiByte.php b/src/MultiByte.php index 37cdc7f..b3b4128 100644 --- a/src/MultiByte.php +++ b/src/MultiByte.php @@ -26,6 +26,7 @@ class MultiByte * @param string $break * @param boolean $cut * @param string $charset + * @throws Exception\InvalidArgumentException * @return string */ public static function wordWrap($string, $width = 75, $break = "\n", $cut = false, $charset = 'utf-8')