X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=158c8521fe7a8c0f823ca6f21c7ef8e2dc10674b;hb=1bd5ee1f0600721922ca43ac9daa10dafc19c772;hp=c2108f207a52bdfe291949d20dcd13b810922e9c;hpb=d42754e47722436ef52218f21a8e544a05ee9ad7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FauxRequest.php b/includes/FauxRequest.php index c2108f207a..158c8521fe 100644 --- a/includes/FauxRequest.php +++ b/includes/FauxRequest.php @@ -39,7 +39,7 @@ class FauxRequest extends WebRequest { * @param array $data Array of *non*-urlencoded key => value pairs, the * fake GET/POST values * @param bool $wasPosted Whether to treat the data as POST - * @param MediaWiki\\Session\\Session|array|null $session Session, session + * @param MediaWiki\Session\Session|array|null $session Session, session * data array, or null * @param string $protocol 'http' or 'https' * @throws MWException