X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFallback.php;h=8e7f4b7e27c11c04f1bd04f9955d07cd81822f1c;hb=32d052537191da40afcd3d50f1f93cdba34db463;hp=c4b22f53de2ca7f609e97c401c106800f7dcde3f;hpb=086d879de212465bf51299aa12ada3f5bf140a0a;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 = '' ) {