Passed
Push — master ( bbfad1...756e13 )
by Dispositif
07:54
created
src/Application/Examples/testExternLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 try {
33 33
     $result = $trans->process($url, $summary);
34 34
 } catch (\Exception $e) {
35
-    echo "EXCEPTION ". $e->getMessage().$e->getFile().$e->getLine();
35
+    echo "EXCEPTION ".$e->getMessage().$e->getFile().$e->getLine();
36 36
 }
37 37
 
38 38
 echo $result."\n";
Please login to merge, or discard this patch.
src/Application/OuvrageCompleteWorker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
                         $row['id'],
111 111
                         $this->raw
112 112
                     )
113
-                );;
113
+                ); ;
114 114
                 $this->queueAdapter->skipRow(intval($row['id']));
115 115
                 sleep(10);
116 116
                 continue;
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     private function sendCompleted()
325 325
     {
326 326
         $isbn13 = $this->ouvrage->getParam('isbn');
327
-        if(!empty($isbn)) {
327
+        if (!empty($isbn)) {
328 328
             $isbn13 = substr($isbn13, 0, 20);
329 329
         }
330 330
 
Please login to merge, or discard this patch.