From 8df9e32ad0a651eda67745dcf4b2a5c5c9a59b09 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 1 Apr 2013 18:45:18 +0200 Subject: [PATCH] Fix PHPDoc "The" is an unknown class. Change-Id: Ic8ce1f1252f4b435dbca789226056781d606d8ee --- includes/actions/InfoAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1