Completed
Push — master ( bf3f6e...f59a0d )
by Maxence
02:56 queued 01:15
created
lib/Service/BookmarksService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.