@@ -675,10 +675,10 @@ |
||
675 | 675 | * to follow the naming format used in $_SERVER. |
676 | 676 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
677 | 677 | * |
678 | - * @param bool|array $authentication |
|
678 | + * @param boolean $authentication |
|
679 | 679 | * @param array $params |
680 | 680 | * |
681 | - * @return Client |
|
681 | + * @return boolean |
|
682 | 682 | */ |
683 | 683 | protected function makeClient($authentication = false, array $params = array()) |
684 | 684 | { |