Skip to content

Commit 024686d

Browse files
committed
Update Redis.php
Small fix for phpdoc (missing type for _prefix)
1 parent 17276d2 commit 024686d

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)