Fix PHPDoc
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Apr 2013 16:45:18 +0000 (18:45 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Apr 2013 16:45:18 +0000 (18:45 +0200)
"The" is an unknown class.

Change-Id: Ic8ce1f1252f4b435dbca789226056781d606d8ee

includes/actions/InfoAction.php

index ac9107f..55fa108 100644 (file)
@@ -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 ) {