Completed
Pull Request — master (#59)
by De Cramer
11:04 queued 08:31
created
src/eXpansion/Framework/Core/Helpers/Translations.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     public function getTranslations($id, $parameters = [])
79 79
     {
80 80
         $messages = [];
81
-       // $parameters = array_merge($this->replacementPatterns, $parameters);
81
+        // $parameters = array_merge($this->replacementPatterns, $parameters);
82 82
 
83 83
         foreach ($this->supportedLocales as $locale) {
84 84
             $message = $this->getTranslation($id, $parameters, $locale);
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Menu/Plugins/Gui/MenuFactory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
             ->setAreaColor("3af")
56 56
             ->setPosition(100, 60)
57 57
             ->setScriptEvents(true);
58
-       // $manialink->addChild($label);
58
+        // $manialink->addChild($label);
59 59
 
60 60
         $btnFrame = Frame::create("buttons");
61 61
         $btnFrame->setZ(101)->setPosition(0, 30);
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
         $label = clone $baseLabel;
103 103
         $label->setPosition(0, $y -= 12)
104 104
             ->setText("Back to game")
105
-          //  ->setTextPrefix("
Please login to merge, or discard this patch.