Passed
Branch master (96b04a)
by Robert
03:20
created
src/LiveEngageLaravel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
 		$end_str = $end->toW3cString();
176 176
 
177 177
 		$data = [
178
-			'status' => $this->ended ? ['CLOSE'] : ['OPEN','CLOSE'],
178
+			'status' => $this->ended ? ['CLOSE'] : ['OPEN', 'CLOSE'],
179 179
 			'start' => [
180 180
 				'from' => strtotime($start_str) . '000',
181 181
 				'to' => strtotime($end_str) . '000',
Please login to merge, or discard this patch.