Jhernandez has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/00/190800/1

diff --git a/includes/models/Collection.php b/includes/models/Collection.php
index 9999f83..a71384a 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 Wether 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: newchange
Gerrit-Change-Id: Ic95463a8faaae510de642b6def7f4486898ca44e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>

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

Reply via email to