Completed
Push — master ( 58d2b0...7b1163 )
by Lars
23:33 queued 08:14
created
src/voku/helper/UTF8.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2397,7 +2397,7 @@  discard block
 block discarded – undo
2397 2397
   /**
2398 2398
    * Check if the input is binary... (is look like a hack).
2399 2399
    *
2400
-   * @param mixed $input
2400
+   * @param string $input
2401 2401
    *
2402 2402
    * @return bool
2403 2403
    */
@@ -4409,7 +4409,7 @@  discard block
 block discarded – undo
4409 4409
    * @param string  $encoding  [optional] <p>Set the charset for e.g. "\mb_" function.</p>
4410 4410
    * @param boolean $cleanUtf8 [optional] <p>Clean non UTF-8 chars from the string.</p>
4411 4411
    *
4412
-   * @return int|false <p>
4412
+   * @return string <p>
4413 4413
    *                   The numeric position of the first occurrence of needle in the haystack string.<br />
4414 4414
    *                   If needle is not found it returns false.
4415 4415
    *                   </p>
@@ -4618,7 +4618,7 @@  discard block
 block discarded – undo
4618 4618
    * @link http://php.net/manual/en/function.mb-strrpos.php
4619 4619
    *
4620 4620
    * @param string     $haystack  <p>The string being checked, for the last occurrence of needle</p>
4621
-   * @param string|int $needle    <p>The string to find in haystack.<br />Or a code point as int.</p>
4621
+   * @param string $needle    <p>The string to find in haystack.<br />Or a code point as int.</p>
4622 4622
    * @param int        $offset    [optional] <p>May be specified to begin searching an arbitrary number of characters
4623 4623
    *                              into the string. Negative values will stop searching at an arbitrary point prior to
4624 4624
    *                              the end of the string.
@@ -5360,7 +5360,7 @@  discard block
 block discarded – undo
5360 5360
    * 2) when any of these: àáâãäåæçèéêëìíîï  are followed by TWO chars from group B,
5361 5361
    * 3) when any of these: ðñòó  are followed by THREE chars from group B.
5362 5362
    *
5363
-   * @param string|string[] $str <p>Any string or array.</p>
5363
+   * @param string $str <p>Any string or array.</p>
5364 5364
    *
5365 5365
    * @return string|string[] <p>The UTF-8 encoded string.</p>
5366 5366
    */
Please login to merge, or discard this patch.