From 73247df2049d72da4e4460c14c0000eea3c8c0c6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 13 Feb 2012 16:35:59 +0000 Subject: Remove backslash from @return types Ping r111103 --- includes/StringUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/StringUtils.php') diff --git a/includes/StringUtils.php b/includes/StringUtils.php index f405e616febb..f20c548d7d65 100644 --- a/includes/StringUtils.php +++ b/includes/StringUtils.php @@ -191,7 +191,7 @@ class StringUtils { * Returns an Iterator * @param $separator * @param $subject - * @return \ArrayIterator|\ExplodeIterator + * @return ArrayIterator|\ExplodeIterator */ static function explode( $separator, $subject ) { if ( substr_count( $subject, $separator ) > 1000 ) { -- cgit v1.2.3