Completed
Push — master ( 2a1c69...ee3e85 )
by Chris
02:41
created
src/Darya/ORM/Relation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -472,7 +472,7 @@
 block discarded – undo
472 472
 	/**
473 473
 	 * Retrieve all related model instances.
474 474
 	 * 
475
-	 * @return Record[]|null
475
+	 * @return Record[]
476 476
 	 */
477 477
 	public function all() {
478 478
 		if (!$this->loaded()) {
Please login to merge, or discard this patch.