mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Merge pull request #126 from beyondcode/analysis-jLM5eJ
Apply fixes from StyleCI
This commit is contained in:
@@ -4,5 +4,4 @@ namespace App\Server\Exceptions;
|
|||||||
|
|
||||||
class NoFreePortAvailable extends \Exception
|
class NoFreePortAvailable extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,6 +130,7 @@ class ControlMessageController implements MessageComponentInterface
|
|||||||
],
|
],
|
||||||
]));
|
]));
|
||||||
$connection->close();
|
$connection->close();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
'tcp_port_range' => [
|
'tcp_port_range' => [
|
||||||
'from' => 50000,
|
'from' => 50000,
|
||||||
'to' => 60000
|
'to' => 60000,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -251,7 +251,7 @@ return [
|
|||||||
|
|
||||||
'custom_subdomain_unauthorized' => 'You are not allowed to specify custom subdomains. Please upgrade to Expose Pro.',
|
'custom_subdomain_unauthorized' => 'You are not allowed to specify custom subdomains. Please upgrade to Expose Pro.',
|
||||||
|
|
||||||
'no_free_tcp_port_available' => 'There are no free TCP ports available on this server. Please try again later.'
|
'no_free_tcp_port_available' => 'There are no free TCP ports available on this server. Please try again later.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user