Completed
Push — dev ( 845ef5...8eacd8 )
by
unknown
02:50
created
src/eXpansion/Framework/Core/Model/Gui/Widget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     {
108 108
         foreach ($frame->getChildren() as $child) {
109 109
             if ($child instanceof Label && $child->getTranslate()) {
110
-                $textId = 'exp_' . md5($child->getTextId());
110
+                $textId = 'exp_'.md5($child->getTextId());
111 111
                 $translations[$textId] = $this->translationHelper->getTranslations($child->getTextId(), []);
112 112
 
113 113
                 // Replaces with text id that can be used in the xml.
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Menu/Plugins/Gui/MenuFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 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);
Please login to merge, or discard this patch.