Skip to content

Commit

Permalink
refactor: property type for PayOut.php (phpstan)
Browse files Browse the repository at this point in the history
  • Loading branch information
mralaminahamed committed Jun 3, 2024
1 parent 91ca58a commit 586b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangoPay/KycDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class KycDocument extends Libraries\Document
* The label of KYC document type.
*
* @var string
* @phpstan-var \MangoPay\KycDocumentStatus::*
*/
public $TypeLabel;

Expand All @@ -30,7 +31,6 @@ class KycDocument extends Libraries\Document
* @var string
*
* @see KycDocumentStatus
* @phpstan-var \MangoPay\KycDocumentStatus::*
*/
public $Status;

Expand Down

0 comments on commit 586b770

Please sign in to comment.