@@ -14,5 +14,8 @@ |
||
14 | 14 | |
15 | 15 | interface SetLoggerInterface |
16 | 16 | { |
17 | + /** |
|
18 | + * @return \SimplePie\Mixin\LoggerTrait |
|
19 | + */ |
|
17 | 20 | public function setLogger(LoggerInterface $logger); |
18 | 21 | } |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * |
73 | 73 | * @param int $libxml |
74 | 74 | * |
75 | - * @return int |
|
75 | + * @return SimplePie |
|
76 | 76 | */ |
77 | 77 | public function setLibxml(int $libxml) |
78 | 78 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | * @param StreamInterface $stream A PSR-7 `StreamInterface` which is typically returned by the |
160 | 160 | * `getBody()` method of a `ResponseInterface` class. |
161 | 161 | * |
162 | - * @return JsonParser |
|
162 | + * @return string |
|
163 | 163 | */ |
164 | 164 | public function parseJson(StreamInterface $stream) |
165 | 165 | { |