Removed merge artifacts

This commit is contained in:
vladvildanov
2023-06-13 14:07:16 +03:00
parent 85306b9ed7
commit 7069e17e68
@@ -18,13 +18,8 @@ interface ContainerInterface
* Creates Redis container command with subcommand as virtual method name
* and sends a request to the server.
*
<<<<<<<< HEAD:src/Command/Container/ContainerInterface.php
* @param string $subcommandID
* @param array $arguments
========
* @param $subcommandID
* @param $arguments
>>>>>>>> e831a3ef3436647a0844e01141ae3d2d7ce5a7c3:src/Command/Redis/Container/ContainerInterface.php
* @return mixed
*/
public function __call(string $subcommandID, array $arguments);