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