Skip to content

Commit 84c5cc1

Browse files
committed
Fetch permissies: update return type
1 parent da50153 commit 84c5cc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ToolboxClient/Directories/Gebruikersbeheer/GetPermissies/GetPermissiesCall.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ protected function getEndpoint(): string
2525
return "v1/gebruikersbeheer/permissie";
2626
}
2727

28-
public function send(): mixed {
28+
/**
29+
* @return Permissie[]
30+
*/
31+
public function send(): array
32+
{
2933
return ResponseProcessor::mapArray(
3034
$this->performRequest(),
3135
Permissie::class

0 commit comments

Comments
 (0)