From 480590bab428f4c5a939f8257151cab9ab24fd8e Mon Sep 17 00:00:00 2001 From: Diogo Bemfica Date: Fri, 27 Nov 2020 16:07:21 -0300 Subject: [PATCH] fix php doc of read method --- src/Client.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Client.php b/src/Client.php index 27f1846..796fb32 100644 --- a/src/Client.php +++ b/src/Client.php @@ -226,6 +226,8 @@ class Client implements Interfaces\ClientInterface /** * Read RAW response from RouterOS, it can be /export command results also, not only array from API * + * @param array $options + * * @return array|string * @since 1.0.0 */ @@ -294,6 +296,7 @@ class Client implements Interfaces\ClientInterface * A !fatal block precedes TCP connexion close * * @param bool $parse If need parse output to array + * @param array $options * * @return mixed */