diff options
Diffstat (limited to 'includes/content/CssContent.php')
-rw-r--r-- | includes/content/CssContent.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/content/CssContent.php b/includes/content/CssContent.php index e0a55f3fff32..7b1d11b13cc7 100644 --- a/includes/content/CssContent.php +++ b/includes/content/CssContent.php @@ -30,6 +30,7 @@ use MediaWiki\MediaWikiServices; /** * Content object for CSS pages. * + * @newable * @ingroup Content */ class CssContent extends TextContent { @@ -40,6 +41,7 @@ class CssContent extends TextContent { private $redirectTarget = false; /** + * @stable for calling * @param string $text CSS code. * @param string $modelId the content content model */ |