mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 05:55:54 +00:00
Merge pull request #124 from beyondcode/analysis-0g24ym
Apply fixes from StyleCI
This commit is contained in:
@@ -93,7 +93,7 @@ class ConnectionManager implements ConnectionManagerContract
|
||||
$portFound = false;
|
||||
$port++;
|
||||
}
|
||||
} while(! $portFound);
|
||||
} while (! $portFound);
|
||||
|
||||
return $server;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user