Test Failed
Pull Request — master (#4)
by Moln
01:10
created
src/MySQLReplication/MySQLReplicationFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
     {
153 153
         $retryNum = $this->config->getRetry();
154 154
         while (1) {
155
-            if (! $this->socket->isConnected()) {
155
+            if (!$this->socket->isConnected()) {
156 156
                 try {
157 157
                     if ($retryNum) {
158 158
                         $retryNum--;
Please login to merge, or discard this patch.