Completed
Push — master ( ad12aa...1c1eb2 )
by De Cramer
10s
created
src/eXpansion/Framework/Core/Services/DedicatedConnection/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             );
78 78
         } catch (TransportException $ex) {
79 79
             echo "Looks like your Dedicated server is either offline or has wrong config settings.\n";
80
-            echo "Error message: " . $ex->getMessage();
80
+            echo "Error message: ".$ex->getMessage();
81 81
             $this->logger->error("Unable to open connection for Dedicated server", ["exception" => $ex]);
82 82
 
83 83
             throw $ex;
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Services/Application/AbstractApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         try {
100 100
             $this->connection->triggerModeScriptEvent("XmlRpc.EnableCallbacks", ["True"]);
101 101
         } catch (\Exception $exception) {
102
-            $this->connection->saveMatchSettings('MatchSettings/eXpansion-mode-fail-' . date(DATE_ISO8601) . '.txt');
102
+            $this->connection->saveMatchSettings('MatchSettings/eXpansion-mode-fail-'.date(DATE_ISO8601).'.txt');
103 103
             throw $exception;
104 104
         }
105 105
 
Please login to merge, or discard this patch.