Browse Source

fix php doc of read method

pull/46/head
Diogo Bemfica 5 years ago
parent
commit
480590bab4
  1. 3
      src/Client.php

3
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
*/

Loading…
Cancel
Save