@@ -43,7 +43,7 @@ |
||
43 | 43 | * Add an option. |
44 | 44 | * |
45 | 45 | * @param string $key |
46 | - * @param mixed $value |
|
46 | + * @param string|false $value |
|
47 | 47 | * @return $this |
48 | 48 | */ |
49 | 49 | public function addOption($key, $value) |
@@ -71,6 +71,7 @@ |
||
71 | 71 | * Create the CurlClient client. |
72 | 72 | * |
73 | 73 | * @param void |
74 | + * @param string $message |
|
74 | 75 | * @return CurlClient |
75 | 76 | */ |
76 | 77 | protected function newClient($message) |
@@ -34,7 +34,6 @@ |
||
34 | 34 | /** |
35 | 35 | * Set the message content. |
36 | 36 | * |
37 | - * @param string $content |
|
38 | 37 | * @return self |
39 | 38 | */ |
40 | 39 | public function message($message) |