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')