فهرست منبع

Add minor comment for clarity.

Daniele Alessandri 9 سال پیش
والد
کامیت
7e4800010a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/Connection/Aggregate/SentinelReplication.php

+ 1 - 0
src/Connection/Aggregate/SentinelReplication.php

@@ -289,6 +289,7 @@ class SentinelReplication implements ReplicationInterface
                 );
 
                 $this->sentinels = array();
+                // NOTE: sentinel server does not return itself, so we add it back.
                 $this->sentinels[] = $sentinel->getParameters()->toArray();
 
                 foreach ($payload as $sentinel) {