1
0
mirror of synced 2024-11-21 21:06:07 +03:00

fix for phpstan

This commit is contained in:
Pavel 2023-10-03 10:02:39 +03:00
parent 974b0cc8ef
commit 19f2b3dcd1

View File

@ -22,7 +22,7 @@ use RetailCrm\Api\Model\Entity\References\Currency;
class CurrenciesCreateRequest implements RequestInterface
{
/**
* @var \RetailCrm\Api\Model\Entity\References\Currency
* @var \RetailCrm\Api\Model\Entity\References\Currency|null
*
* @Form\Type("RetailCrm\Api\Model\Entity\References\Currency")
* @Form\SerializedName("currency")