Failed Conditions
Pull Request — master (#155)
by Adrien
15:34
created
server/Application/Service/Exporter/AccountingReport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -706,7 +706,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.