Completed
Push — master ( d66b3b...53a2aa )
by Juliette
03:27
created
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
340 340
 	 * @param string $haystack
341 341
 	 * @param string $needle
342 342
 	 *
343
-	 * @return int|false
343
+	 * @return integer
344 344
 	 */
345 345
 	function stripos( $haystack, $needle ) {
346 346
 		$haystack = strtolower( $haystack );
Please login to merge, or discard this patch.