Passed
Push — master ( bdc919...c8a2a2 )
by Sylvain
35:03
created
server/Application/Service/Exporter/AccountingReport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
346 346
         $this->column = $this->firstDataColumn;
347 347
         foreach ([$accountsColumn1, $accountsColumn2] as $col => $accounts) {
348 348
             // Account.code
349
-            $this->write(mb_strtoupper(_tr('Contrôle')), );
349
+            $this->write(mb_strtoupper(_tr('Contrôle')),);
350 350
             // Account.name
351 351
             $this->write('');
352 352
             // Account.balance
Please login to merge, or discard this patch.