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