Robmoen has submitted this change and it was merged.

Change subject: Hygiene: Fix phpdoc on models\Collection constructor
......................................................................


Hygiene: Fix phpdoc on models\Collection constructor

Change-Id: Ic95463a8faaae510de642b6def7f4486898ca44e
---
M includes/models/Collection.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Robmoen: Verified; Looks good to me, approved
  Florianschmidtwelzow: Looks good to me, but someone else must approve



diff --git a/includes/models/Collection.php b/includes/models/Collection.php
index 9999f83..177381d 100644
--- a/includes/models/Collection.php
+++ b/includes/models/Collection.php
@@ -61,6 +61,7 @@
         * @param User $user User that owns the collection
         * @param string $title Title of the collection
         * @param string $description Description of the collection
+        * @param boolean $public Whether the collection is public or private
         */
        public function __construct( $id = null, User $user, $title = '', 
$description = '', $public = true ) {
                $this->id = $id;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic95463a8faaae510de642b6def7f4486898ca44e
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jhernandez <[email protected]>
Gerrit-Reviewer: Robmoen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to