@@ -27,7 +27,7 @@ |
||
| 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) |
@@ -34,7 +34,7 @@ discard block |
||
| 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 |
||
| 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 | { |