@@ -340,7 +340,7 @@ |
||
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 ); |