Passed
Push — master ( 4734a7...2b31f1 )
by Robert
05:42
created
src/LiveEngageLaravel.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -280,10 +280,10 @@
 block discarded – undo
280 280
 	/**
281 281
 	 * chat function
282 282
 	 *
283
-     * @codeCoverageIgnore
284
-     *
285
-     * @todo connect this to the server chat api - this function currently does nothing.
286
-     */
283
+	 * @codeCoverageIgnore
284
+	 *
285
+	 * @todo connect this to the server chat api - this function currently does nothing.
286
+	 */
287 287
 	public function chat()
288 288
 	{
289 289
 		$this->domain('conversationVep');
Please login to merge, or discard this patch.