mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
1d7555f58c
commit
b9ca7e9e48
@@ -93,7 +93,7 @@ class ConnectionManager implements ConnectionManagerContract
|
||||
$portFound = false;
|
||||
$port++;
|
||||
}
|
||||
} while(! $portFound);
|
||||
} while (! $portFound);
|
||||
|
||||
return $server;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user