From: Siebrand Mazeland Date: Mon, 1 Apr 2013 16:45:18 +0000 (+0200) Subject: Fix PHPDoc X-Git-Tag: 1.31.0-rc.0~20154^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=8df9e32ad0a651eda67745dcf4b2a5c5c9a59b09;p=lhc%2Fweb%2Fwiklou.git Fix PHPDoc "The" is an unknown class. Change-Id: Ic8ce1f1252f4b435dbca789226056781d606d8ee --- diff --git a/includes/actions/InfoAction.php b/includes/actions/InfoAction.php index ac9107f2c4..55fa108fe7 100644 --- a/includes/actions/InfoAction.php +++ b/includes/actions/InfoAction.php @@ -126,7 +126,7 @@ class InfoAction extends FormlessAction { /** * Creates a header that can be added to the output. * - * @param $header The header text. + * @param string $header The header text. * @return string The HTML. */ protected function makeHeader( $header ) {