mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 12:17:48 +08:00
Update OnPipeMessageListener.php
This commit is contained in:
parent
e3cc2ea179
commit
53664d2163
@ -92,11 +92,10 @@ class OnPipeMessageListener implements ListenerInterface
|
||||
|
||||
/**
|
||||
* Format processing
|
||||
* @return mixed
|
||||
*/
|
||||
private function formatValue($value)
|
||||
{
|
||||
if ($this->config->get('apollo.strict_mode', false) === false) {
|
||||
if (! $this->config->get('apollo.strict_mode', false)) {
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user