Skip to content

Commit

Permalink
array instead ProxyCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
clementtalleu committed May 15, 2019
1 parent 314d9b1 commit e924f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linkdata/Client/LinkdataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private function getUrlFilters(?array $filters)
/**
* @throws ClientHydraException
*/
public function getUserTags(string $userId): ProxyCollection
public function getUserTags(string $userId): array
{
try {
return $this->getAdapter()->makeRequest(
Expand Down

0 comments on commit e924f69

Please sign in to comment.