mirror of
https://github.com/predis/predis.git
synced 2026-09-13 03:47:03 +00:00
Prevent named arguments runtime failure (#1509)
This commit is contained in:
@@ -375,6 +375,8 @@ use Predis\Response\Status;
|
||||
* @property FTCURSOR $ftcursor
|
||||
* @property JSONDEBUG $jsondebug
|
||||
* @property ACL $acl
|
||||
*
|
||||
* @no-named-arguments
|
||||
*/
|
||||
interface ClientInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user