Index: trunk/phase3/skins/Vector.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Initializes output page and sets up skin-specific parameters |
27 | | - * @param object $out Output page object to initialize |
| 27 | + * @param $out Output page object to initialize |
28 | 28 | */ |
29 | 29 | public function initPage( OutputPage $out ) { |
30 | 30 | global $wgLocalStylePath; |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | /** |
45 | 45 | * Load skin and user css files in the correct order |
46 | 46 | * fixes bug 22916 |
47 | | - * @param object $out OutputPage object |
| 47 | + * @param $out OutputPage object |
48 | 48 | */ |
49 | 49 | |
50 | 50 | function setupSkinUserCss( OutputPage $out ){ |