X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FFauxRequest.php;h=9337270303bde72d8d59f3f11722b2b1744627a5;hp=78f6ca9afaa2f10eceb680da2cecc39ecbf60fa9;hb=9e8439e79d67788916d488f645108f79016d9aca;hpb=d4e0dbcf96d2a9cdff4a73f56d33beb5c25aa442 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 */