X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=includes%2FWebRequest.php;h=fa8f84d6971306ac5809439e339156921b485e4f;hb=a8e1051d4c47f8c5b2c55b072f903fdc0469849e;hp=6f0307da8db02589d7b8c6b00cc835ee80461175;hpb=0b2b8e94cd306195a6999c122184b92d4d643f83;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 6f0307da8d..fa8f84d697 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -432,7 +432,7 @@ class WebRequest { * selected by a drop-down menu). For freeform input, see getText(). * * @param string $name - * @param string $default Optional default (or null) + * @param string|null $default Optional default (or null) * @return string|null */ public function getVal( $name, $default = null ) {