Merge pull request #124 from beyondcode/analysis-0g24ym

Apply fixes from StyleCI
This commit is contained in:
Marcel Pociot
2020-09-07 21:36:21 +02:00
committed by GitHub

View File

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