Glaisher has uploaded a new change for review.

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

Change subject: Campaign: Add missing @param to documentation
......................................................................

Campaign: Add missing @param to documentation

These should also be changed to Doxygen style - but that's another issue

Change-Id: I1ccb865118b5f129bfbf75f315d4611874fc2544
---
M includes/Campaign.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice 
refs/changes/35/234835/1

diff --git a/includes/Campaign.php b/includes/Campaign.php
index 610864b..20aa63c 100644
--- a/includes/Campaign.php
+++ b/includes/Campaign.php
@@ -813,6 +813,7 @@
         * @param $throttle          int: limit allocations, 0 - 100
         * @param $priority          int: priority level, LOW_PRIORITY - 
EMERGENCY_PRIORITY
         * @param $user              User adding the campaign
+        * @param $summary           string: Change summary provided by the user
         *
         * @throws RuntimeException
         * @return int|string noticeId on success, or message key for error
@@ -1314,6 +1315,7 @@
         * @param $endSettings      array of campaign settings after changes 
(optional)
         * @param $beginAssignments array of banner assignments before changes 
(optional)
         * @param $endAssignments   array of banner assignments after changes 
(optional)
+        * @param $summary          string Change summary provided by the user
         *
         * @return integer: ID of log entry (or null)
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ccb865118b5f129bfbf75f315d4611874fc2544
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Glaisher <glaisher.w...@gmail.com>

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

Reply via email to