X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=9337270303bde72d8d59f3f11722b2b1744627a5;hb=398d8e843a72c39c21f6c74e4f43fda413858a13;hp=78f6ca9afaa2f10eceb680da2cecc39ecbf60fa9;hpb=8dde433d09d12f7a8a3fee0062448972b4ab41af;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 */