Skip to content

Commit

Permalink
Correct doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 18, 2013
1 parent 613dc03 commit 3100118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/String.php
Expand Up @@ -107,7 +107,7 @@ public static function uuid() {
* @param string $separator The token to split the data on.
* @param string $leftBound The left boundary to ignore separators in.
* @param string $rightBound The right boundary to ignore separators in.
* @return array Array of tokens in $data.
* @return mixed Array of tokens in $data or original input if empty.
*/
public static function tokenize($data, $separator = ',', $leftBound = '(', $rightBound = ')') {
if (empty($data) || is_array($data)) {
Expand Down

0 comments on commit 3100118

Please sign in to comment.