Completed
Push — master ( bbe9d4...e82ffc )
by De Cramer
10s
created
src/eXpansion/Bundle/Maps/Services/MapInfoService.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      */
94 94
     public function onEndMap(DedicatedMap $map)
95 95
     {
96
-      // do nothing
96
+        // do nothing
97 97
     }
98 98
 
99 99
     /**
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 
118 118
     public function onExpansionNextMapChange($nextMap, $previousNextMap)
119 119
     {
120
-       // do nothing
120
+        // do nothing
121 121
     }
122 122
 
123 123
     protected function syncMaps()
Please login to merge, or discard this patch.
src/eXpansion/Framework/Config/Ui/Fields/MaskedField.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      */
48 48
     public function isCompatible(ConfigInterface $config): bool
49 49
     {
50
-         return ($config instanceof PasswordConfig);
50
+            return ($config instanceof PasswordConfig);
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Plugins/Gui/WidgetFactory.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -103,12 +103,12 @@
 block discarded – undo
103 103
         $this->posY = $posY;
104 104
 
105 105
         // Update current widgets.
106
-       foreach ($this->guiHandler->getFactoryManialinks($this) as $manialink) {
107
-           if ($manialink instanceof FmlManialink) {
108
-               $manialink->setPosition($this->posX, $this->posY);
109
-           }
106
+        foreach ($this->guiHandler->getFactoryManialinks($this) as $manialink) {
107
+            if ($manialink instanceof FmlManialink) {
108
+                $manialink->setPosition($this->posX, $this->posY);
109
+            }
110 110
 
111
-           $this->update($manialink->getUserGroup());
112
-       }
111
+            $this->update($manialink->getUserGroup());
112
+        }
113 113
     }
114 114
 }
Please login to merge, or discard this patch.