@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | try { |
| 73 | 73 | $this->bookmarksClass = $container->query(Bookmarks::class); |
| 74 | 74 | } catch (QueryException $e) { |
| 75 | - $miscService->log('### ' . $e->getMessage()); |
|
| 75 | + $miscService->log('### '.$e->getMessage()); |
|
| 76 | 76 | /** we do nothing */ |
| 77 | 77 | } |
| 78 | 78 | } |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | |
| 140 | 140 | $html = (string)curl_exec($curl); |
| 141 | 141 | if (curl_error($curl)) { |
| 142 | - throw new WebpageIsNotIndexableException('Webpage is not reachable - ' . $url); |
|
| 142 | + throw new WebpageIsNotIndexableException('Webpage is not reachable - '.$url); |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | curl_close($curl); |