X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=9337270303bde72d8d59f3f11722b2b1744627a5;hb=d6ed082b6d66adfc5f603d8b573deaef83d4e045;hp=78f6ca9afaa2f10eceb680da2cecc39ecbf60fa9;hpb=b328ae4a4ec1e87261f3b4d554f9bb9073c1c6aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FauxRequest.php b/includes/FauxRequest.php index 78f6ca9afa..9337270303 100644 --- a/includes/FauxRequest.php +++ b/includes/FauxRequest.php @@ -86,14 +86,6 @@ class FauxRequest extends WebRequest { return (string)$this->getVal( $name, $default ); } - /** - * @return array - * @suppress PhanParamSignatureMismatch - */ - public function getValues() { - return $this->data; - } - /** * @return array */