Addshore has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/370216 )
Change subject: @since tag for Block::getSystemBlockType & systemBlockType private ...................................................................... @since tag for Block::getSystemBlockType & systemBlockType private Followup to:I697e3eec2520792e98c193200c2b1c28c35bf382 Change-Id: I25a72f5f27023ec66939f1cd68fdd606658eac27 --- M includes/Block.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/16/370216/1 diff --git a/includes/Block.php b/includes/Block.php index 2a04879..4f07632 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -77,7 +77,7 @@ protected $isAutoblocking; /** @var string|null */ - protected $systemBlockType; + private $systemBlockType; # TYPE constants const TYPE_USER = 1; @@ -958,6 +958,7 @@ /** * Get the system block type, if any + * @since 1.29 * @return string|null */ public function getSystemBlockType() { -- To view, visit https://gerrit.wikimedia.org/r/370216 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I25a72f5f27023ec66939f1cd68fdd606658eac27 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Addshore <addshorew...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits