Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
123 stars 134 forks source link

Fix phpdoc typehint in ReportRequest entity #551

Closed Asenar closed 2 years ago

Asenar commented 2 years ago

ReportRequest->DownloadURL can contains null after a request, when the status is PENDING (and probably CREATED too).

Without this, analysis tools like phpstan raise an error