diff --git a/src/Api/Management/Entity/AppCredential.php b/src/Api/Management/Entity/AppCredential.php index 67507179..1463691e 100644 --- a/src/Api/Management/Entity/AppCredential.php +++ b/src/Api/Management/Entity/AppCredential.php @@ -37,9 +37,9 @@ class AppCredential extends Entity implements AppCredentialInterface use StatusPropertyAwareTrait; /** - * Array of credential products or an empty array. + * Array of credential products. * - * @var \Apigee\Edge\Structure\CredentialProduct[]|array + * @var \Apigee\Edge\Structure\CredentialProduct[] */ protected $apiProducts = [];