Skip to content

Commit 128152c

Browse files
committed
Merge pull request ukko#26 from clslrns/patch-1
Add return type for exec() to get rid of warning
2 parents 84ecc8c + 65b75c9 commit 128152c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Redis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public function multi( $mode = Redis::MULTI ) {}
306306

307307
/**
308308
* @see multi()
309+
* @return void|array
309310
* @link http://redis.io/commands/exec
310311
*/
311312
public function exec( ) {}

0 commit comments

Comments
 (0)