Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 May 2010 20:12:03 +0000 (20:12 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 May 2010 20:12:03 +0000 (20:12 +0000)
skins/Vector.php

index e4c68b5..4d40991 100644 (file)
@@ -23,7 +23,7 @@ class SkinVector extends SkinTemplate {
 
        /**
         * Initializes output page and sets up skin-specific parameters
-        * @param object $out Output page object to initialize
+        * @param $out Output page object to initialize
         */
        public function initPage( OutputPage $out ) {
                global $wgLocalStylePath;
@@ -43,7 +43,7 @@ class SkinVector extends SkinTemplate {
        /**
         * Load skin and user css files in the correct order
         * fixes bug 22916
-        * @param object $out OutputPage object
+        * @param $out OutputPage object
         */
 
        function setupSkinUserCss( OutputPage $out ){