Failed Conditions
Push — master ( 4b335d...ccf9db )
by Sylvain
07:33
created
server/Application/Handler/ExportAccountingReportHandler.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -37,17 +37,17 @@
 block discarded – undo
37 37
 
38 38
     private static array
39 39
 
40
- $balanceFormat = [
41
-     'fill' => [
42
-         'fillType' => Fill::FILL_SOLID,
43
-         'startColor' => [
44
-             'argb' => 'FFDDDDDD',
45
-         ],
46
-     ],
47
-     'numberFormat' => [
48
-         'formatCode' => NumberFormat::FORMAT_NUMBER_COMMA_SEPARATED1, // eg. 12'345.67
49
-     ],
50
- ];
40
+    $balanceFormat = [
41
+        'fill' => [
42
+            'fillType' => Fill::FILL_SOLID,
43
+            'startColor' => [
44
+                'argb' => 'FFDDDDDD',
45
+            ],
46
+        ],
47
+        'numberFormat' => [
48
+            'formatCode' => NumberFormat::FORMAT_NUMBER_COMMA_SEPARATED1, // eg. 12'345.67
49
+        ],
50
+    ];
51 51
 
52 52
     private static array $columnWidth = [
53 53
         'accountCode' => 11,
Please login to merge, or discard this patch.