Passed
Push — developer ( a375e1...bf1f4a )
by Mariusz
16:04
created
app/Integrations/Comarch/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 	{
105 105
 		$dbCommand = \App\Db::getInstance('admin')->createCommand();
106 106
 		if (null !== $name) {
107
-			$data = ['name' => "{$type}_last_{$name}",	'value' => $id];
107
+			$data = ['name' => "{$type}_last_{$name}", 'value' => $id];
108 108
 		} else {
109 109
 			$data = ['name' => $type . '_start_date', 'value' => date('Y-m-d H:i:s')];
110 110
 		}
Please login to merge, or discard this patch.