Completed
Pull Request — master (#1562)
by Oleksandr
02:33
created
lib/Elastica/Transport/NullTransport.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,9 +26,8 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Set response object the transport returns.
28 28
      *
29
-     * @param \Elastica\Response $response
30 29
      *
31
-     * @return $this
30
+     * @return Response
32 31
      */
33 32
     public function getResponse()
34 33
     {
@@ -40,7 +39,7 @@  discard block
 block discarded – undo
40 39
      *
41 40
      * @param \Elastica\Response $response
42 41
      *
43
-     * @return $this
42
+     * @return Response
44 43
      */
45 44
     public function setResponse(Response $response)
46 45
     {
Please login to merge, or discard this patch.