Completed
Push — master ( 185f1e...b59bcc )
by Lars
04:38
created
src/voku/helper/UTF8.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3412,7 +3412,7 @@  discard block
 block discarded – undo
3412 3412
   /**
3413 3413
    * Check if the input is binary... (is look like a hack).
3414 3414
    *
3415
-   * @param mixed $input
3415
+   * @param string $input
3416 3416
    *
3417 3417
    * @return bool
3418 3418
    */
@@ -5551,7 +5551,7 @@  discard block
 block discarded – undo
5551 5551
    *                              The string being checked, for the last occurrence
5552 5552
    *                              of needle
5553 5553
    *                              </p>
5554
-   * @param string|int $needle    <p>
5554
+   * @param string $needle    <p>
5555 5555
    *                              The string to find in haystack.
5556 5556
    *                              Or a code point as int.
5557 5557
    *                              </p>
@@ -6296,7 +6296,7 @@  discard block
 block discarded – undo
6296 6296
    * 2) when any of these: àáâãäåæçèéêëìíîï  are followed by TWO chars from group B,
6297 6297
    * 3) when any of these: ðñòó  are followed by THREE chars from group B.
6298 6298
    *
6299
-   * @param string|array $str Any string or array.
6299
+   * @param string $str Any string or array.
6300 6300
    *
6301 6301
    * @return string The same string, but UTF8 encoded.
6302 6302
    */
Please login to merge, or discard this patch.