X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFallback.php;h=8e7f4b7e27c11c04f1bd04f9955d07cd81822f1c;hb=61b15994eabf9d625b8282abf546316c8904ce0b;hp=c4b22f53de2ca7f609e97c401c106800f7dcde3f;hpb=d3b172af3bcb32b28b836dc5abf4ec3337428c6c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Fallback.php b/includes/Fallback.php index c4b22f53de..8e7f4b7e27 100644 --- a/includes/Fallback.php +++ b/includes/Fallback.php @@ -152,8 +152,8 @@ class Fallback { * Fallback implementation of mb_strrpos, hardcoded to UTF-8. * @param string $haystack * @param string $needle - * @param string $offset optional start position - * @param string $encoding optional encoding; ignored + * @param string $offset Optional start position + * @param string $encoding Optional encoding; ignored * @return int */ public static function mb_strrpos( $haystack, $needle, $offset = 0, $encoding = '' ) {