fix for phpstan
This commit is contained in:
parent
974b0cc8ef
commit
19f2b3dcd1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue