diff --git a/src/Api/Management/Entity/AppCredential.php b/src/Api/Management/Entity/AppCredential.php index 67507179..957b02d7 100644 --- a/src/Api/Management/Entity/AppCredential.php +++ b/src/Api/Management/Entity/AppCredential.php @@ -95,11 +95,11 @@ public function getApiProducts(): array * * Included API products in an app credential can not be changed by modifying this property's value. * - * @param CredentialProductInterface ...$apiProducts + * @param CredentialProductInterface|array ...$apiProducts * * @internal */ - public function setApiProducts(CredentialProductInterface ...$apiProducts): void + public function setApiProducts(CredentialProductInterface|array ...$apiProducts): void { $this->apiProducts = $apiProducts; }