Skip to content

Commit 7452dff

Browse files
committed
Merge pull request ukko#14 from Alekc/patch-1
Update Redis.php
2 parents 17276d2 + 024686d commit 7452dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ public function clearLastError() {}
28462846

28472847
/**
28482848
* A utility method to prefix the value with the prefix setting for phpredis.
2849-
* @param $value The value you wish to prefix
2849+
* @param mixed $value The value you wish to prefix
28502850
* @return string If a prefix is set up, the value now prefixed. If there is no prefix, the value will be returned unchanged.
28512851
* @example
28522852
* <pre>

0 commit comments

Comments
 (0)