Skip to content

Commit f0537a0

Browse files
committed
Merge branch 'master' into 3.2-merge
2 parents d35c562 + 6d4bd05 commit f0537a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Provider/ConfigProvider.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ public function listener(
6767
])]
6868
array $options = []
6969
): ResponseInterface {
70-
$config = ($options['dataId'] ?? null) . self::WORD_SEPARATOR .
71-
($options['group'] ?? null) . self::WORD_SEPARATOR .
72-
($options['contentMD5'] ?? null) . self::WORD_SEPARATOR .
73-
($options['tenant'] ?? null) . self::LINE_SEPARATOR;
70+
$config = ($options['dataId'] ?? null) . self::WORD_SEPARATOR
71+
. ($options['group'] ?? null) . self::WORD_SEPARATOR
72+
. ($options['contentMD5'] ?? null) . self::WORD_SEPARATOR
73+
. ($options['tenant'] ?? null) . self::LINE_SEPARATOR;
7474
return $this->request('POST', 'nacos/v1/cs/configs/listener', [
7575
RequestOptions::QUERY => [
7676
'Listening-Configs' => $config,

0 commit comments

Comments
 (0)