Test Failed
Branch development (5e44f6)
by Robert
06:31
created
src/Models/Conversation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 	{
81 81
 		$info = $this->info->attributes;
82 82
 		$info['transcript'] = $this->textTranscript;
83
-		return ((object)$info);
83
+		return ((object) $info);
84 84
 	}
85 85
 
86 86
 	public function extractEmail()
Please login to merge, or discard this patch.