@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | * |
| 93 | 93 | * @param string $data |
| 94 | 94 | * |
| 95 | - * @return StreamInterface |
|
| 95 | + * @return Stream |
|
| 96 | 96 | */ |
| 97 | 97 | protected function createDataStream($data) |
| 98 | 98 | { |
@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | /** |
| 108 | 108 | * Read ID3v2 tag. |
| 109 | 109 | * |
| 110 | - * @return null|TagInterface |
|
| 110 | + * @return null|Tag |
|
| 111 | 111 | */ |
| 112 | 112 | public function read() |
| 113 | 113 | { |