Completed
Push — master ( ecc147...02d12e )
by Dispositif
02:42
created
src/Application/Examples/plumeBot.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
                 $replacement = str_replace('{{extrait', '{{Citation bloc', $template);
44 44
                 echo ">".$replacement."\n";
45 45
                 $newText = str_replace($template, $replacement, $newText);
46
-            }else{
46
+            } else {
47 47
                 // {Début citation} et {{Fin citation}}
48 48
                 $replacement = str_replace('{{extrait|', '{{Début citation}}', $template.'{{Fin citation}}');
49 49
                 echo ">".$replacement."\n";
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     $ask = readline("*** ÉDITION ? [y/n]");
61
-    if( 'y' !== $ask){
61
+    if ('y' !== $ask) {
62 62
         continue;
63 63
     }
64 64
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 $replacement = str_replace('{{extrait', '{{Citation bloc', $template);
44 44
                 echo ">".$replacement."\n";
45 45
                 $newText = str_replace($template, $replacement, $newText);
46
-            }else{
46
+            } else{
47 47
                 // {Début citation} et {{Fin citation}}
48 48
                 $replacement = str_replace('{{extrait|', '{{Début citation}}', $template.'{{Fin citation}}');
49 49
                 echo ">".$replacement."\n";
Please login to merge, or discard this patch.