@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | /** |
51 | 51 | * Get the code. |
52 | 52 | * |
53 | - * @return int Returns the code. |
|
53 | + * @return string Returns the code. |
|
54 | 54 | */ |
55 | 55 | public function getCode() { |
56 | 56 | return $this->code; |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | /** |
60 | 60 | * Get the message. |
61 | 61 | * |
62 | - * @return string Returns the message. |
|
62 | + * @return boolean Returns the message. |
|
63 | 63 | */ |
64 | 64 | public function getMessage() { |
65 | 65 | return $this->message; |