@@ -90,7 +90,7 @@ discard block |
||
| 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 |
||
| 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 | } |