Completed
Push — master ( 8d0d04...26c27b )
by Lars
03:34
created
src/voku/helper/UTF8.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3409,7 +3409,7 @@  discard block
 block discarded – undo
3409 3409
   /**
3410 3410
    * Check if the input is binary... (is look like a hack).
3411 3411
    *
3412
-   * @param mixed $input
3412
+   * @param string $input
3413 3413
    *
3414 3414
    * @return bool
3415 3415
    */
@@ -5624,7 +5624,7 @@  discard block
 block discarded – undo
5624 5624
    *                              The string being checked, for the last occurrence
5625 5625
    *                              of needle
5626 5626
    *                              </p>
5627
-   * @param string|int $needle    <p>
5627
+   * @param string $needle    <p>
5628 5628
    *                              The string to find in haystack.
5629 5629
    *                              Or a code point as int.
5630 5630
    *                              </p>
@@ -5700,7 +5700,7 @@  discard block
 block discarded – undo
5700 5700
    * @param int    $offset
5701 5701
    * @param int    $length
5702 5702
    *
5703
-   * @return int|null
5703
+   * @return integer
5704 5704
    */
5705 5705
   public static function strspn($str, $mask, $offset = 0, $length = 2147483647)
5706 5706
   {
@@ -6324,7 +6324,7 @@  discard block
 block discarded – undo
6324 6324
    * 2) when any of these: àáâãäåæçèéêëìíîï  are followed by TWO chars from group B,
6325 6325
    * 3) when any of these: ðñòó  are followed by THREE chars from group B.
6326 6326
    *
6327
-   * @param string|array $str Any string or array.
6327
+   * @param string $str Any string or array.
6328 6328
    *
6329 6329
    * @return string The same string, but UTF8 encoded.
6330 6330
    */
Please login to merge, or discard this patch.