We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5cf4f commit 28b1267Copy full SHA for 28b1267
src/Api/Management/Entity/AppCredential.php
@@ -37,9 +37,9 @@ class AppCredential extends Entity implements AppCredentialInterface
37
use StatusPropertyAwareTrait;
38
39
/**
40
- * Array of credential products or an empty array.
+ * Array of credential products.
41
*
42
- * @var \Apigee\Edge\Structure\CredentialProduct[]|array
+ * @var \Apigee\Edge\Structure\CredentialProduct[]
43
*/
44
protected $apiProducts = [];
45
0 commit comments