@@ -63,7 +63,7 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @return mixed|string |
|
66 | + * @return string |
|
67 | 67 | */ |
68 | 68 | public function getRawData() |
69 | 69 | { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } elseif ($this->getVersion() === '1.0') { |
71 | 71 | $requestOptions[CURLOPT_HTTP_VERSION] = CURL_HTTP_VERSION_1_0; |
72 | 72 | } else { |
73 | - throw new RequestErrorException('Request version "' . $this->getVersion() . '" is not support by cURL', $this); |
|
73 | + throw new RequestErrorException('Request version "'.$this->getVersion().'" is not support by cURL', $this); |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | $options = ArrayHelper::merge($this->defaultOptions, $this->getDb()->config, $requestOptions); |