Skip to content

Commit f82d078

Browse files
author
Tim Helfensdörfer
committed
Fixed doctypes for new api methods
1 parent 07ce0a6 commit f82d078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Matomo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)