@@ -195,7 +195,7 @@ |
||
| 195 | 195 | /** |
| 196 | 196 | * Set the color for the message. |
| 197 | 197 | * |
| 198 | - * @return string |
|
| 198 | + * @return HipChatMessage |
|
| 199 | 199 | */ |
| 200 | 200 | public function color($color) |
| 201 | 201 | { |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * Make a multipart/related request. |
| 125 | 125 | * Unfortunately Guzzle doesn't support multipart/related requests out of the box. |
| 126 | 126 | * |
| 127 | - * @param $url |
|
| 127 | + * @param string $url |
|
| 128 | 128 | * @param $options |
| 129 | 129 | * @return \Psr\Http\Message\ResponseInterface |
| 130 | 130 | */ |
@@ -192,7 +192,7 @@ |
||
| 192 | 192 | /** |
| 193 | 193 | * Sets the content of the card. |
| 194 | 194 | * |
| 195 | - * @param $content |
|
| 195 | + * @param string $content |
|
| 196 | 196 | * @return $this |
| 197 | 197 | */ |
| 198 | 198 | public function content($content) |