From 33f1b952f7f3d43be171b9cf025819c8e25b731b Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Tue, 11 Aug 2015 04:25:39 +0300 Subject: [PATCH] Typo fixed --- Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index 38e884598..a004d4a1b 100644 --- a/Connection.php +++ b/Connection.php @@ -363,7 +363,7 @@ public function __call($name, $params) * * See [redis protocol description](http://redis.io/topics/protocol) * for details on the mentioned reply types. - * @trows Exception for commands that return [error reply](http://redis.io/topics/protocol#error-reply). + * @throws Exception for commands that return [error reply](http://redis.io/topics/protocol#error-reply). */ public function executeCommand($name, $params = []) {