Skip to content

Commit 33f1b95

Browse files
committed
Typo fixed
1 parent 9f36981 commit 33f1b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function __call($name, $params)
363363
*
364364
* See [redis protocol description](http://redis.io/topics/protocol)
365365
* for details on the mentioned reply types.
366-
* @trows Exception for commands that return [error reply](http://redis.io/topics/protocol#error-reply).
366+
* @throws Exception for commands that return [error reply](http://redis.io/topics/protocol#error-reply).
367367
*/
368368
public function executeCommand($name, $params = [])
369369
{

0 commit comments

Comments
 (0)