Add minor comment for clarity.

This commit is contained in:
Daniele Alessandri
2016-05-19 15:59:21 +02:00
parent 6b5181b030
commit 7e4800010a
@@ -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) {