Completed
Branch master (215c22)
by Lars
04:19
created
src/voku/helper/UTF8.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1203,7 +1203,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
   {
Please login to merge, or discard this patch.