@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } elseif ($this->getVersion() === '1.0') { |
| 72 | 72 | $requestOptions[CURLOPT_HTTP_VERSION] = CURL_HTTP_VERSION_1_0; |
| 73 | 73 | } else { |
| 74 | - throw new RequestErrorException('Request version "' . $this->getVersion() . '" is not support by cURL', $this); |
|
| 74 | + throw new RequestErrorException('Request version "'.$this->getVersion().'" is not support by cURL', $this); |
|
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | return ArrayHelper::merge($this->defaultOptions, $this->getDb()->config, $requestOptions, $options); |
@@ -10,8 +10,8 @@ |
||
| 10 | 10 | |
| 11 | 11 | error_reporting(E_ALL); |
| 12 | 12 | |
| 13 | -require_once __DIR__ . '/../vendor/autoload.php'; |
|
| 14 | -require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php'; |
|
| 13 | +require_once __DIR__.'/../vendor/autoload.php'; |
|
| 14 | +require_once __DIR__.'/../vendor/yiisoft/yii2/Yii.php'; |
|
| 15 | 15 | |
| 16 | 16 | use hiqdev\composer\config\Builder; |
| 17 | 17 | use yii\console\Application; |