mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 21:28:15 +08:00
Format
This commit is contained in:
parent
bfd15a2ae0
commit
16c0934241
@ -12,7 +12,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Hyperf\RpcClient;
|
||||
|
||||
use Hyperf\Consul\Agent;
|
||||
use Hyperf\Consul\Health;
|
||||
use Hyperf\Consul\HealthInterface;
|
||||
use Hyperf\Contract\ConfigInterface;
|
||||
@ -213,7 +212,7 @@ abstract class AbstractServiceClient
|
||||
|
||||
if ($passing) {
|
||||
$address = $service['Address'] ?? '';
|
||||
$port = (int)$service['Port'] ?? 0;
|
||||
$port = (int) $service['Port'] ?? 0;
|
||||
// @TODO Get and set the weight property.
|
||||
$address && $port && $nodes[] = new Node($address, $port);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user