Completed
Push — master ( 0030e4...e4893b )
by Jeroen
13:26
created
engine/classes/Elgg/Database/AccessCollections.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 	/**
77 77
 	 * Constructor
78 78
 	 *
79
-	 * @param Config                  $config     Config
79
+	 * @param Conf                  $config     Config
80 80
 	 * @param Database                $db         Database
81 81
 	 * @param EntityTable             $entities   Entity table
82 82
 	 * @param ElggStaticVariableCache $cache      Access cache
@@ -678,7 +678,7 @@  discard block
 block discarded – undo
678 678
 	 * Transforms a database row to an instance of ElggAccessCollection
679 679
 	 * 
680 680
 	 * @param \stdClass $row Database row
681
-	 * @return ElggAccessCollection
681
+	 * @return \ElggAccessCollection
682 682
 	 */
683 683
 	public function rowToElggAccessCollection(\stdClass $row) {
684 684
 		return new \ElggAccessCollection($row);
@@ -693,7 +693,7 @@  discard block
 block discarded – undo
693 693
 	 * @see get_members_of_access_collection()
694 694
 	 *
695 695
 	 * @param int $collection_id The collection ID
696
-	 * @return \ElggAccessCollection|false
696
+	 * @return string
697 697
 	 */
698 698
 	public function get($collection_id) {
699 699
 
Please login to merge, or discard this patch.