Passed
Push — developer ( 088a15...143e91 )
by Mariusz
40:44 queued 22:45
created
app/SystemWarnings/Integrations/Comarch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     public function process(): void
29 29
     {
30 30
         $db = \App\DB::getInstance('log');
31
-        if(!$db->isTableExists(\App\Integrations\Comarch::LOG_TABLE_NAME)) {
31
+        if (!$db->isTableExists(\App\Integrations\Comarch::LOG_TABLE_NAME)) {
32 32
             $this->status = 1;
33 33
             return;
34 34
         }
Please login to merge, or discard this patch.
app/Integrations/Comarch/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     {
106 106
         $dbCommand = \App\Db::getInstance('admin')->createCommand();
107 107
         if (null !== $name) {
108
-            $data = ['name' => "{$type}_last_{$name}",	'value' => $id];
108
+            $data = ['name' => "{$type}_last_{$name}", 'value' => $id];
109 109
         } else {
110 110
             $data = ['name' => $type . '_start_date', 'value' => date('Y-m-d H:i:s')];
111 111
         }
Please login to merge, or discard this patch.