Passed
Push — developer ( a8aa06...80b369 )
by Mariusz
17:29
created
app/Integrations/WooCommerce/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	{
93 93
 		$dbCommand = \App\Db::getInstance()->createCommand();
94 94
 		if (null !== $name) {
95
-			$data = ['name' => "{$type}_last_{$name}",	'value' => $id];
95
+			$data = ['name' => "{$type}_last_{$name}", 'value' => $id];
96 96
 		} else {
97 97
 			$data = ['name' => $type . '_start_date', 'value' => date('Y-m-d H:i:s')];
98 98
 		}
Please login to merge, or discard this patch.