Skip to content

Commit 28b1267

Browse files
authored
Removed empty array option for CredentialProducts in AppCredential file due to strict Type (#398)
1 parent 7c5cf4f commit 28b1267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Management/Entity/AppCredential.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ class AppCredential extends Entity implements AppCredentialInterface
3737
use StatusPropertyAwareTrait;
3838

3939
/**
40-
* Array of credential products or an empty array.
40+
* Array of credential products.
4141
*
42-
* @var \Apigee\Edge\Structure\CredentialProduct[]|array
42+
* @var \Apigee\Edge\Structure\CredentialProduct[]
4343
*/
4444
protected $apiProducts = [];
4545

0 commit comments

Comments
 (0)