@@ -1203,7 +1203,7 @@ discard block |
||
| 1203 | 1203 | * @param int $start |
| 1204 | 1204 | * @param int $len |
| 1205 | 1205 | * |
| 1206 | - * @return int|null |
|
| 1206 | + * @return integer |
|
| 1207 | 1207 | */ |
| 1208 | 1208 | public static function strspn($s, $mask, $start = 0, $len = 2147483647) |
| 1209 | 1209 | { |
@@ -2176,7 +2176,7 @@ discard block |
||
| 2176 | 2176 | * |
| 2177 | 2177 | * @param string $str |
| 2178 | 2178 | * |
| 2179 | - * @return bool|string false if we can't detect the string-encoding |
|
| 2179 | + * @return string|false false if we can't detect the string-encoding |
|
| 2180 | 2180 | */ |
| 2181 | 2181 | public static function str_detect_encoding($str) |
| 2182 | 2182 | { |