mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Fixed bug that acm client::$servers
must be accessed before initialization. (#5909)
This commit is contained in:
parent
b7d1086caf
commit
238d625cd2
@ -1,5 +1,9 @@
|
||||
# v3.0.28 - TBD
|
||||
|
||||
## Fixed
|
||||
|
||||
- [#5909](https://github.com/hyperf/hyperf/pull/5909) Fixed bug that acm `client::$servers` must be accessed before initialization.
|
||||
|
||||
## Added
|
||||
|
||||
- [#5895](https://github.com/hyperf/hyperf/pull/5895) Added strict mode support for `Integer` and `Boolean`.
|
||||
|
@ -29,7 +29,7 @@ class Client implements ClientInterface
|
||||
|
||||
private LoggerInterface $logger;
|
||||
|
||||
private array $servers;
|
||||
private array $servers = [];
|
||||
|
||||
/**
|
||||
* @var array[]
|
||||
|
Loading…
Reference in New Issue
Block a user