fix phpstan bugs

This commit is contained in:
Dennis Eichhorn 2019-12-21 20:51:35 +01:00
parent e37f541650
commit eb45e1c5d0
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class Creditor
/**
* Account.
*
* @var null|int|phpOMS/Account/Account
* @var null|int|Account
* @since 1.0.0
*/
protected $account = null;

View File

@ -37,7 +37,7 @@ class Debitor
/**
* Account.
*
* @var null|int|phpOMS/Account/Account
* @var null|int|Account
* @since 1.0.0
*/
protected $account = null;