Completed
Pull Request — master (#757)
by Stig
04:17 queued 17s
created
code/model/DNEnvironment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -670,7 +670,7 @@
 block discarded – undo
670 670
 	/**
671 671
 	 * A list of past deployments.
672 672
 	 * @param string $orderBy - the name of a DB column to sort in descending order
673
-	 * @return \ArrayList
673
+	 * @return DataList
674 674
 	 */
675 675
 	public function DeployHistory($orderBy = '') {
676 676
 		$sort = [];
Please login to merge, or discard this patch.