Passed
Push — master ( 7e3913...f58fec )
by Sebastian
05:25
created
src/Localization/Editor/Template/PageScaffold.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -290,8 +290,7 @@  discard block
 block discarded – undo
290 290
                         if($totalFiles == 1)
291 291
                         {
292 292
                             pt('Found in a single file:');
293
-                        }
294
-                        else
293
+                        } else
295 294
                         {
296 295
                             pt('Found in %1$s files:', $totalFiles);
297 296
                         }
@@ -463,8 +462,7 @@  discard block
 block discarded – undo
463 462
                     ?>
464 463
                     <b><?php echo $source->getLabel() ?></b>
465 464
                     <?php
466
-                }
467
-                else
465
+                } else
468 466
                 {
469 467
                     echo $source->getLabel();
470 468
                 }
@@ -554,8 +552,7 @@  discard block
 block discarded – undo
554 552
                 </a>
555 553
             </p>
556 554
             <?php
557
-        }
558
-        else
555
+        } else
559 556
         {
560 557
             echo $this->editor->getFilters()->renderForm();
561 558
 
Please login to merge, or discard this patch.
src/Localization/Editor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -257,8 +257,7 @@
 block discarded – undo
257 257
         if($this->request->getBool($this->getVarName('scan'))) 
258 258
         {
259 259
             $this->executeScan();
260
-        } 
261
-        else if($this->request->getBool($this->getVarName('save'))) 
260
+        } else if($this->request->getBool($this->getVarName('save'))) 
262 261
         {
263 262
             $this->executeSave();
264 263
         }
Please login to merge, or discard this patch.