mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-14 03:28:40 +00:00
phpstan fixes
This commit is contained in:
parent
1dd2f33511
commit
470a595fa6
|
|
@ -32,7 +32,7 @@ class IncomeStatement
|
||||||
*/
|
*/
|
||||||
protected int $id = 0;
|
protected int $id = 0;
|
||||||
|
|
||||||
private $date = null;
|
private ?\DateTime $date = null;
|
||||||
|
|
||||||
private $incomeStatement = [];
|
private array $incomeStatement = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user