@@ -107,7 +107,7 @@ |
||
107 | 107 | * |
108 | 108 | * @param IMimePart $part |
109 | 109 | * @return MimePart the newly-created MimePart |
110 | - */ |
|
110 | + */ |
|
111 | 111 | public function createNewContentPartFrom(IMimePart $part) |
112 | 112 | { |
113 | 113 | $mime = $this->mimePartFactory->newInstance(); |
@@ -28,8 +28,8 @@ |
||
28 | 28 | class ParserMessageFactory |
29 | 29 | { |
30 | 30 | /** |
31 | - * @var StreamFactory the StreamFactory instance |
|
32 | - */ |
|
31 | + * @var StreamFactory the StreamFactory instance |
|
32 | + */ |
|
33 | 33 | protected $streamFactory; |
34 | 34 | |
35 | 35 | /** |