We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f36981 + 33f1b95 commit 234d6fdCopy full SHA for 234d6fd
Connection.php
@@ -363,7 +363,7 @@ public function __call($name, $params)
363
*
364
* See [redis protocol description](http://redis.io/topics/protocol)
365
* for details on the mentioned reply types.
366
- * @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).
367
*/
368
public function executeCommand($name, $params = [])
369
{
0 commit comments