Completed
Push — master ( 842f2a...98b0fb )
by Saurabh
01:33
created
src/Status.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     /**
35 35
      * Returns the UTC time of the server.
36 36
      *
37
-     * @return object
37
+     * @return \Psr\Http\Message\ResponseInterface
38 38
      */
39 39
     public function getServerTime()
40 40
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * Returns the status the server.
58 58
      *
59 59
      * @param  string $request
60
-     * @return object
60
+     * @return \Psr\Http\Message\ResponseInterface
61 61
      */
62 62
     public function getServerStatus(string $request = 'test')
63 63
     {
Please login to merge, or discard this patch.