Prevent named arguments runtime failure (#1509)

This commit is contained in:
Jan Nedbal
2025-02-12 18:13:01 +01:00
committed by GitHub
parent 52489ea703
commit b196809d3a
+2
View File
@@ -375,6 +375,8 @@ use Predis\Response\Status;
* @property FTCURSOR $ftcursor
* @property JSONDEBUG $jsondebug
* @property ACL $acl
*
* @no-named-arguments
*/
interface ClientInterface
{