Skip to content

Commit

Permalink
Removed empty array option for CredentialProducts in AppCredential fi…
Browse files Browse the repository at this point in the history
…le due to strict Type (#398)
  • Loading branch information
kedarkhaire authored Jan 21, 2025
1 parent 7c5cf4f commit 28b1267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/Management/Entity/AppCredential.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 28b1267

Please sign in to comment.