@@ -58,7 +58,7 @@ |
||
58 | 58 | catch (\Exception $oException) |
59 | 59 | { |
60 | 60 | throw new HttpConnectionException( |
61 | - sprintf('Can\'t get response from "%s"', $this->oGuzzelClient->getConfig('base_uri') . $sUrl), |
|
61 | + sprintf('Can\'t get response from "%s"', $this->oGuzzelClient->getConfig('base_uri').$sUrl), |
|
62 | 62 | 0, |
63 | 63 | $oException |
64 | 64 | ); |