Completed
Push — master ( 46a71e...cf5726 )
by Saurabh
01:52
created
src/Http/Controllers/ExternalLoginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * Invalidates a login request.
28 28
      *
29 29
      * @param  Request $request
30
-     * @return \Illuminate\Http\Response
30
+     * @return string
31 31
      * @todo this should be accessible only by the bidder / auth user
32 32
      */
33 33
     public function __invoke(Request $request)
Please login to merge, or discard this patch.
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.