Update OnPipeMessageListener.php

This commit is contained in:
黄朝晖 2019-11-13 09:40:36 +08:00 committed by GitHub
parent e3cc2ea179
commit 53664d2163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}