Completed
Pull Request — master (#331)
by
unknown
03:33
created
src/eXpansion/Framework/Gui/Layouts/LayoutRow.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         $frame->setAlign($this->hAlign, $this->vAlign);
134 134
         $frame->setPosition($this->startX, $this->startY);
135 135
         $frame->addClasses($this->frameClasses);
136
-       // $frame->setSize($this->getWidth(), $this->getHeight());
136
+        // $frame->setSize($this->getWidth(), $this->getHeight());
137 137
 
138 138
         $startY = 0;
139 139
 
Please login to merge, or discard this patch.
src/eXpansion/Framework/Gui/Components/Dropdown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
         $entry->setPosition(900, 900)
203 203
             ->setName($this->name);
204 204
 
205
-        $frameOptions = new LayoutRow(0, -($this->height + ($this->height / 2)),[],0);
205
+        $frameOptions = new LayoutRow(0, -($this->height + ($this->height / 2)), [], 0);
206 206
         $frameOptions->addClass('uiDropdownSelect');
207 207
 
208 208
         $idx = 0;
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Maps/Plugins/Gui/ManiaExchangeWindowFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
             "difficulties" => -1,
368 368
             "tpack" => -1,
369 369
         ];
370
-        $manialink->setData("params", (object)$params);
370
+        $manialink->setData("params", (object) $params);
371 371
 
372 372
     }
373 373
 
@@ -420,7 +420,7 @@  discard block
 block discarded – undo
420 420
     public function callbackSearch(ManialinkInterface $manialink, $login, $params, $arguments)
421 421
     {
422 422
 
423
-        $params = (object)$params;
423
+        $params = (object) $params;
424 424
         $manialink->setData('params', $params);
425 425
 
426 426
         $options = "";
Please login to merge, or discard this patch.