@@ -706,7 +706,7 @@ |
||
| 706 | 706 | ); |
| 707 | 707 | } |
| 708 | 708 | |
| 709 | - private function isCodeAccountType(string|int $code, AccountType $accountType): bool |
|
| 709 | + private function isCodeAccountType(string | int $code, AccountType $accountType): bool |
|
| 710 | 710 | { |
| 711 | 711 | $accountClasses = $this->accountingConfig['report']['accountClasses']; |
| 712 | 712 | $class = match ($accountType) { |