Completed
Pull Request — gcconnex (#1576)
by
unknown
20:59
created
engine/classes/ElggObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -561,7 +561,7 @@
 block discarded – undo
561 561
 	/**
562 562
 	 * Return an array of fields which can be exported.
563 563
 	 *
564
-	 * @return array
564
+	 * @return string[]
565 565
 	 * @deprecated 1.9 Use toObject()
566 566
 	 */
567 567
 	public function getExportableValues() {
Please login to merge, or discard this patch.
engine/classes/ElggSite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -561,7 +561,7 @@
 block discarded – undo
561 561
 	/**
562 562
 	 * Return an array of fields which can be exported.
563 563
 	 *
564
-	 * @return array
564
+	 * @return string[]
565 565
 	 * @deprecated 1.9 Use toObject()
566 566
 	 */
567 567
 	public function getExportableValues() {
Please login to merge, or discard this patch.