Completed
Push — master ( ee3e85...0843f6 )
by Chris
02:40
created
src/Darya/ORM/Relation/HasMany.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 	 * Retrieves the related models without matching them to their parents.
18 18
 	 * 
19 19
 	 * @param array $instances
20
-	 * @return array
20
+	 * @return Record[]
21 21
 	 */
22 22
 	public function eagerLoad(array $instances)
23 23
 	{
Please login to merge, or discard this patch.