Completed
Push — master ( 016529...f3b7fa )
by Davide
03:01
created
src/EventStore/EventStore.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Read a single event
142 142
      *
143
-     * @param  string $eventUrl The url of the event
143
+     * @param  string $eventUrls The url of the event
144 144
      * @return Event
145 145
      */
146 146
     public function readEventBatch(array $eventUrls)
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
 
284 284
     /**
285 285
      * @param  string                                       $uri
286
-     * @return \GuzzleHttp\Message\Request|RequestInterface
286
+     * @return RequestInterface
287 287
      */
288 288
     private function getJsonRequest($uri)
289 289
     {
Please login to merge, or discard this patch.