Completed
Push — master ( 80d940...616322 )
by Ryan
12:16
created
src/Configuration/SetLoggerInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,5 +14,8 @@
 block discarded – undo
14 14
 
15 15
 interface SetLoggerInterface
16 16
 {
17
+    /**
18
+     * @return \SimplePie\Mixin\LoggerTrait
19
+     */
17 20
     public function setLogger(LoggerInterface $logger);
18 21
 }
Please login to merge, or discard this patch.
src/SimplePie.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.