Passed
Branch dev3 (d976d5)
by Dispositif
02:50
created
src/Application/OuvrageComplete/Handlers/GoogleBooksHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
             return OuvrageFactory::GoogleFromIsbn($this->isbn);
40 40
         } catch (Throwable $e) {
41
-            $this->logger->warning("*** ERREUR GOOGLE Isbn Search ***" . $e->getMessage());
41
+            $this->logger->warning("*** ERREUR GOOGLE Isbn Search ***".$e->getMessage());
42 42
             if (strpos($e->getMessage(), 'Could not resolve host: www.googleapis.com') === false) {
43 43
                 throw $e;
44 44
             }
Please login to merge, or discard this patch.