Completed
Pull Request — master (#50)
by De Cramer
02:53
created
src/eXpansion/Framework/Core/Services/SymfonyEventAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
45 45
 
46 46
         $event = new DedicatedEvent();
47 47
         $event->setParameters($params);
48
-        $this->symfonyEventDispatcher->dispatch("maniaplanet.game." . $eventName, $event);
48
+        $this->symfonyEventDispatcher->dispatch("maniaplanet.game.".$eventName, $event);
49 49
     }
50 50
 }
51 51
\ No newline at end of file
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Services/PluginManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $mode = $this->gameDataStorage->getGameModeCode();
70 70
         $script = $this->gameDataStorage->getGameInfos()->scriptName;
71 71
 
72
-        $this->enableDisablePlugins($title, $mode, $script);    }
72
+        $this->enableDisablePlugins($title, $mode, $script); }
73 73
 
74 74
     /**
75 75
      * Enable all possible plugins.
Please login to merge, or discard this patch.