Skip to content

Commit 3aa107d

Browse files
committed
Merge branch 'master' of github.com:ukko/phpredis-phpdoc
2 parents c5f13d2 + 5626b91 commit 3aa107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisphp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function incr( $key ) {}
380380
* var_dump( $redis->get('x') ); // string(3) "4.5"
381381
* </pre>
382382
*/
383-
public function incrByFloat( $key, $increment )
383+
public function incrByFloat( $key, $increment ) {}
384384

385385
/**
386386
* Increment the number stored at key by one. If the second argument is filled, it will be used as the integer

0 commit comments

Comments
 (0)