Passed
Branch master (d207f1)
by Robert
03:30
created
src/LiveEngageLaravel.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -151,8 +151,8 @@  discard block
 block discarded – undo
151 151
 			'interactive' => $this->interactive,
152 152
 			'ended' => $this->ended,
153 153
 			'start' => [
154
-				'from' => strtotime($start_str).'000',
155
-				'to' => strtotime($end_str).'000',
154
+				'from' => strtotime($start_str) . '000',
155
+				'to' => strtotime($end_str) . '000',
156 156
 			],
157 157
 		];
158 158
 		if (count($this->skills)) {
@@ -176,8 +176,8 @@  discard block
 block discarded – undo
176 176
 		$data = [
177 177
 			'status' => $this->ended ? ['CLOSE'] : ['OPEN'],
178 178
 			'start' => [
179
-				'from' => strtotime($start_str).'000',
180
-				'to' => strtotime($end_str).'000',
179
+				'from' => strtotime($start_str) . '000',
180
+				'to' => strtotime($end_str) . '000',
181 181
 			],
182 182
 		];
183 183
 		if (count($this->skills)) {
Please login to merge, or discard this patch.