Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-09-07 19:36:13 +00:00
committed by StyleCI Bot
parent 1d7555f58c
commit b9ca7e9e48

View File

@@ -93,7 +93,7 @@ class ConnectionManager implements ConnectionManagerContract
$portFound = false; $portFound = false;
$port++; $port++;
} }
} while(! $portFound); } while (! $portFound);
return $server; return $server;
} }