mirror of
https://github.com/predis/predis.git
synced 2026-08-21 22:00:57 +00:00
Fix typos.
This commit is contained in:
@@ -30,7 +30,7 @@ foreach ($pubsub as $message) {
|
||||
$pubsub->unsubscribe();
|
||||
}
|
||||
else {
|
||||
echo "Received an unregognized command: {$message->payload}.\n";
|
||||
echo "Received an unrecognized command: {$message->payload}.\n";
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
+1
-1
@@ -161,7 +161,7 @@ class Client {
|
||||
$connection = $this->_connection->getConnectionById($connectionAlias);
|
||||
if ($connection === null) {
|
||||
throw new \InvalidArgumentException(
|
||||
"Invalid connection alias: '$connectionAlias'."
|
||||
"Invalid connection alias: '$connectionAlias'"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user