Browse Source

Fix comment.

Daniele Alessandri 14 năm trước cách đây
mục cha
commit
878b338e87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Predis/MultiExecContext.php

+ 1 - 1
lib/Predis/MultiExecContext.php

@@ -215,7 +215,7 @@ class MultiExecContext {
     private function malformedServerResponse($message) {
         // Since a MULTI/EXEC block cannot be initialized over a clustered
         // connection, we can safely assume that Predis\Client::getConnection()
-        // will always return an instance of Predis\Connection.
+        // will always return an instance of Predis\Network\IConnectionSingle.
         Utils::onCommunicationException(new MalformedServerResponse(
             $this->_client->getConnection(), $message
         ));