Completed
Push — master ( be3b3f...d1dc3f )
by Ismayil
13:04
created
engine/classes/Elgg/Database/AccessCollections.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	/**
72 72
 	 * Constructor
73 73
 	 *
74
-	 * @param Config                  $config     Config
74
+	 * @param Conf                  $config     Config
75 75
 	 * @param Database                $db         Database
76 76
 	 * @param EntityTable             $entities   Entity table
77 77
 	 * @param ElggStaticVariableCache $cache      Access cache
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
 	 * @see get_members_of_access_collection()
701 701
 	 *
702 702
 	 * @param int $collection_id The collection ID
703
-	 * @return \ElggAccessCollection|false
703
+	 * @return string
704 704
 	 */
705 705
 	public function get($collection_id) {
706 706
 
Please login to merge, or discard this patch.