diff options
Diffstat (limited to 'includes/block/AbstractBlock.php')
-rw-r--r-- | includes/block/AbstractBlock.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/block/AbstractBlock.php b/includes/block/AbstractBlock.php index 7af51e842a1f..cc853649540c 100644 --- a/includes/block/AbstractBlock.php +++ b/includes/block/AbstractBlock.php @@ -32,6 +32,7 @@ use User; use Wikimedia\IPUtils; /** + * @note Extensions should not subclass this, as MediaWiki currently does not support custom block types. * @since 1.34 Factored out from DatabaseBlock (previously Block). */ abstract class AbstractBlock { |