Passed
Push — master ( 2b31f1...52f2c7 )
by Robert
06:09
created
src/Models/Conversation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,6 +50,6 @@
 block discarded – undo
50 50
 	{
51 51
 		$info = $this->info->attributes;
52 52
 		$info['transcript'] = $this->textTranscript;
53
-		return ((object)$info);
53
+		return ((object) $info);
54 54
 	}
55 55
 }
Please login to merge, or discard this patch.