Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117681

Change subject: Wrap long line
......................................................................

Wrap long line

Change-Id: Ib0784135b9c771dbf3a1d40058c5f4f106c8b8aa
---
M ApiGlobalBlock.php
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalBlocking 
refs/changes/81/117681/1

diff --git a/ApiGlobalBlock.php b/ApiGlobalBlock.php
index 8b8d1e4..93d4de9 100644
--- a/ApiGlobalBlock.php
+++ b/ApiGlobalBlock.php
@@ -95,7 +95,11 @@
        public function getParamDescription() {
                return array(
                        'target' => 'The target IP.',
-                       'expiry' => 'If specified, will block or reblock the 
user. Determines how long the block will last for, e.g. \'5 months\' or \'2 
weeks\'. If set to \'infinite\' or \'indefinite\' the block will never expire.',
+                       'expiry' => array(
+                               'If specified, will block or reblock the user.',
+                               "Determines how long the block will last for, 
e.g. '5 months' or '2 weeks'.",
+                               "If set to 'infinite' or 'indefinite' the block 
will never expire."
+                       ),
                        'unblock' => 'If specified, will unblock the user.',
                        'reason' => 'The reason for blocking/unblocking.',
                        'anononly' => 'Specify this if the block should only 
affect logged-out users.',

-- 
To view, visit https://gerrit.wikimedia.org/r/117681
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0784135b9c771dbf3a1d40058c5f4f106c8b8aa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalBlocking
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to