mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-13 11:08:41 +00:00
fix phpstan bugs
This commit is contained in:
parent
e37f541650
commit
eb45e1c5d0
|
|
@ -37,7 +37,7 @@ class Creditor
|
||||||
/**
|
/**
|
||||||
* Account.
|
* Account.
|
||||||
*
|
*
|
||||||
* @var null|int|phpOMS/Account/Account
|
* @var null|int|Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected $account = null;
|
protected $account = null;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ class Debitor
|
||||||
/**
|
/**
|
||||||
* Account.
|
* Account.
|
||||||
*
|
*
|
||||||
* @var null|int|phpOMS/Account/Account
|
* @var null|int|Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected $account = null;
|
protected $account = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user