Completed
Push — master ( 63e07d...12af8f )
by Lars
14:37 queued 01:07
created
src/voku/helper/bootup/mbstring.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
  * @param int    $offset
165 165
  * @param string $encoding
166 166
  *
167
- * @return bool|int
167
+ * @return false|string
168 168
  */
169 169
 function mb_strpos($haystack, $needle, $offset = 0, $encoding = INF)
170 170
 {
Please login to merge, or discard this patch.
src/voku/helper/shim/Mbstring.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -559,7 +559,7 @@
 block discarded – undo
559 559
    * @param int    $offset
560 560
    * @param string $encoding
561 561
    *
562
-   * @return bool|int
562
+   * @return false|string
563 563
    */
564 564
   public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = INF)
565 565
   {
Please login to merge, or discard this patch.