X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=3b2283b77a8ab299ef1671dc4801e52763226b53;hb=50ea235528289fa3b7b31a2281c6c7683053b7f4;hp=c2108f207a52bdfe291949d20dcd13b810922e9c;hpb=ae69acacf567077b3f49d1fe6c3f3770e72a9093;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FauxRequest.php b/includes/FauxRequest.php index c2108f207a..3b2283b77a 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 @@ -226,6 +226,7 @@ class FauxRequest extends WebRequest { } /** + * @codeCoverageIgnore * @param array $extWhitelist * @return bool */ @@ -234,6 +235,7 @@ class FauxRequest extends WebRequest { } /** + * @codeCoverageIgnore * @return string */ protected function getRawIP() {