Rename Predis\Client::pubSubContext() to Predis\Client::pubSub().

This commit is contained in:
Daniele Alessandri
2011-06-04 18:44:07 +02:00
parent 65c0336d2f
commit 2cdcd297f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class DispatcherLoop {
public function __construct(Client $client) {
$this->_callbacks = array();
$this->_client = $client;
$this->_pubSubContext = $client->pubSubContext();
$this->_pubSubContext = $client->pubSub();
}
protected function validateCallback($callback) {