X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFallback.php;h=8e7f4b7e27c11c04f1bd04f9955d07cd81822f1c;hb=937a0ffa361a17722c07e7dfbc35ab04f645c381;hp=c4b22f53de2ca7f609e97c401c106800f7dcde3f;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;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 = '' ) {