Passed
Push — dev ( 863855...4ef148 )
by Dispositif
02:53
created
src/Application/Examples/ref2articleWorker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     // Signalement erreur
45 45
     $botFlag = true;
46 46
     $taskName = "bot # Amélioration bibliographique : URL ⇒ {Article}";
47
-    if($converter->hasWarning()){
47
+    if ($converter->hasWarning()) {
48 48
         $taskName = '⚠ Amélioration bibliographique : lien brisé !';
49 49
         $botFlag = false;
50 50
     }
Please login to merge, or discard this patch.