@@ -19,9 +19,9 @@ discard block |
||
| 19 | 19 | private $responseString; |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @param bool $status |
|
| 23 | - * @param string $responseString |
|
| 24 | - */ |
|
| 22 | + * @param bool $status |
|
| 23 | + * @param string $responseString |
|
| 24 | + */ |
|
| 25 | 25 | public function __construct($status, $responseString) |
| 26 | 26 | { |
| 27 | 27 | $this->status = $status; |
@@ -29,10 +29,10 @@ discard block |
||
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * Get the response object as a string |
|
| 33 | - * |
|
| 34 | - * @return string |
|
| 35 | - */ |
|
| 32 | + * Get the response object as a string |
|
| 33 | + * |
|
| 34 | + * @return string |
|
| 35 | + */ |
|
| 36 | 36 | public function __toString() |
| 37 | 37 | { |
| 38 | 38 | return json_encode([ |