@@ -80,7 +80,7 @@ |
||
| 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() |