From 1b1e6c01101616b647ecbc628f3aa54dc6df5e4d Mon Sep 17 00:00:00 2001 From: Diogo Bemfica Date: Tue, 24 Nov 2020 14:35:29 -0300 Subject: [PATCH] fix read method in client interface --- src/Interfaces/ClientInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Interfaces/ClientInterface.php b/src/Interfaces/ClientInterface.php index 2b81e1e..aecc698 100644 --- a/src/Interfaces/ClientInterface.php +++ b/src/Interfaces/ClientInterface.php @@ -27,10 +27,11 @@ interface ClientInterface * A !fatal block precedes TCP connexion close * * @param bool $parse If need parse output to array + * @param array $options If need pass options * * @return mixed */ - public function read(bool $parse = true); + public function read(bool $parse = true, array $options = []); /** * Send write query to RouterOS (modern version of write)