@@ -211,7 +211,7 @@ |
||
| 211 | 211 | if (!($document instanceof BookmarksDocument)) { |
| 212 | 212 | continue; |
| 213 | 213 | } |
| 214 | - $this->miscService->log('#BM: ' . $document->getId()); |
|
| 214 | + $this->miscService->log('#BM: '.$document->getId()); |
|
| 215 | 215 | try { |
| 216 | 216 | $this->bookmarksService->updateDocumentFromBookmarksDocument($document); |
| 217 | 217 | } catch (Exception $e) { |
@@ -129,7 +129,7 @@ |
||
| 129 | 129 | |
| 130 | 130 | $html = curl_exec($curl); |
| 131 | 131 | if (curl_error($curl)) { |
| 132 | - throw new WebpageIsNotIndexableException('Webpage is not reachable - ' . $url); |
|
| 132 | + throw new WebpageIsNotIndexableException('Webpage is not reachable - '.$url); |
|
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | curl_close($curl); |