Passed
Pull Request — master (#42)
by Nicolas
09:50 queued 06:39
created
src/Clients/Pecl.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         }
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $exchangeName
74
+     */
72 75
     public function publish($exchangeName, WritableMessage $message)
73 76
     {
74 77
         if($message->isChunked())
Please login to merge, or discard this patch.
src/Messages/Bodies/StreamedFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return \Generator|string
46
+     * @return \Generator
47 47
      */
48 48
     public function asTransported()
49 49
     {
Please login to merge, or discard this patch.