aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/Content.php
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-06-26 16:23:02 +0200
committerPpchelko <ppchelko@wikimedia.org>2020-07-07 22:01:29 +0000
commit442fb30ce14fa3d0b6cc1a8785b5457304ef3640 (patch)
tree17f02d03c803ab4eed5f0b01721f961e5a46704c /includes/content/Content.php
parent3b1ccaaaa80723b0a9fef5d29dd8b3a859ad2937 (diff)
downloadmediawikicore-442fb30ce14fa3d0b6cc1a8785b5457304ef3640.tar.gz
mediawikicore-442fb30ce14fa3d0b6cc1a8785b5457304ef3640.zip
Stability annotations for interfaces.
Per the Stable Interface Policy, PHP interfaces should not be directly implemented by extensions, unless they are marked to be safe for that purpose. Bug: T247862 Change-Id: Idd5783b70fc00c03d57f5b1a887f0e47c4d7b146
Diffstat (limited to 'includes/content/Content.php')
-rw-r--r--includes/content/Content.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/content/Content.php b/includes/content/Content.php
index 19519e901f64..844feb0e02b4 100644
--- a/includes/content/Content.php
+++ b/includes/content/Content.php
@@ -30,6 +30,7 @@
* Base interface for content objects.
*
* @ingroup Content
+ * @unstable for implementation, extensions should extend AbstractContent instead.
*/
interface Content {