Completed
Push — master ( d0db13...08221d )
by De Cramer
10s
created
src/eXpansion/Framework/Core/Services/DedicatedConnection/Factory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
                 $this->console->getSfStyleOutput()->error(
91 91
                     [
92 92
                         "Looks like your Dedicated server is either offline or has wrong config settings",
93
-                        "Error message: " . $lastExcelption->getMessage()
93
+                        "Error message: ".$lastExcelption->getMessage()
94 94
                     ]
95 95
                 );
96 96
                 $this->logger->error("Unable to open connection for Dedicated server", ["exception" => $lastExcelption]);
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
                     ]
149 149
                 );
150 150
             }
151
-        } while($attempts < $maxAttempts && !is_null($lastExcelption));
151
+        } while ($attempts < $maxAttempts && !is_null($lastExcelption));
152 152
 
153 153
         return $lastExcelption;
154 154
     }
Please login to merge, or discard this patch.