Apply fixes from StyleCI (#471)
This commit is contained in:
parent
2f0f002299
commit
265b697066
3 changed files with 2 additions and 3 deletions
|
@ -724,7 +724,7 @@ class ServerRepository
|
|||
$allocations = $server->allocations->where('id', '!=', $server->allocation_id);
|
||||
$i = 0;
|
||||
|
||||
foreach($allocations as $allocation) {
|
||||
foreach ($allocations as $allocation) {
|
||||
$merge[] = [
|
||||
'variable' => 'ALLOC_' . $i . '__PORT',
|
||||
'value' => $allocation->port,
|
||||
|
|
Reference in a new issue