Skin::outputPage: Drop support for specifying a context, deprecated in 1.20
[lhc/web/wiklou.git] / includes / skins / Skin.php
index f45596f..05b6297 100644 (file)
@@ -389,9 +389,8 @@ abstract class Skin extends ContextSource {
 
        /**
         * Outputs the HTML generated by other functions.
-        * @param OutputPage|null $out
         */
-       abstract function outputPage( OutputPage $out = null );
+       abstract function outputPage();
 
        /**
         * @param array $data