@@ -21,9 +21,9 @@ |
||
21 | 21 | private $responseString; |
22 | 22 | |
23 | 23 | /** |
24 | - * @param bool $status |
|
25 | - * @param string $responseString |
|
26 | - */ |
|
24 | + * @param bool $status |
|
25 | + * @param string $responseString |
|
26 | + */ |
|
27 | 27 | public function __construct($status, $responseString) |
28 | 28 | { |
29 | 29 | $this->status = $status; |