File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ public function getBulkRequest($methods = [], $optional = [])
820820 /**
821821 * Get a list of available widgets.
822822 *
823- * @return array
823+ * @return object
824824 */
825825 public function getWidgetMetadata ()
826826 {
@@ -830,7 +830,7 @@ public function getWidgetMetadata()
830830 /**
831831 * Get a list of all available pages that exist including the widgets they include.
832832 *
833- * @return array
833+ * @return object
834834 */
835835 public function getReportPagesMetadata ()
836836 {
@@ -3702,7 +3702,7 @@ public function getSitesIdFromSiteUrl($url, $optional = [])
37023702 /**
37033703 * Get a list of all available settings for a specific site.
37043704 *
3705- * @return array
3705+ * @return object
37063706 */
37073707 public function getSitesIdFromSiteUrl ()
37083708 {
You can’t perform that action at this time.
0 commit comments