File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
/**
8
8
* @method int|null getCreatedDate()
9
- * @method int |null getCredentialData()
9
+ * @method string |null getCredentialData()
10
10
* @method string|null getId()
11
11
* @method int|null getPriority()
12
12
* @method string|null getSecretData()
15
15
* @method string|null getUserLabel()
16
16
* @method string|null getValue()
17
17
* @method self withCreatedDate(?int $createdDate)
18
- * @method self withCredentialData(?int $credentialData)
18
+ * @method self withCredentialData(?string $credentialData)
19
19
* @method self withId(?string $id)
20
20
* @method self withPriority(?int $priority)
21
21
* @method self withSecretData(?string $secretData)
@@ -30,7 +30,7 @@ class Credential extends Representation
30
30
{
31
31
public function __construct (
32
32
protected ?int $ createdDate = null ,
33
- protected ?int $ credentialData = null ,
33
+ protected ?string $ credentialData = null ,
34
34
protected ?string $ id = null ,
35
35
protected ?int $ priority = null ,
36
36
protected ?string $ secretData = null ,
You can’t perform that action at this time.
0 commit comments