Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Add missing @throws annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
micheh committed Aug 31, 2012
1 parent e778818 commit 175dba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MultiByte.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 175dba2

Please sign in to comment.