Completed
Pull Request — master (#40)
by Mr
05:34
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Client constructor.
55 55
      *
56
-     * @param array|\RouterOS\Interfaces\ConfigInterface $config      Array with configuration or Config object
56
+     * @param Interfaces\ConfigInterface $config      Array with configuration or Config object
57 57
      * @param bool                                       $autoConnect If false it will skip auto-connect stage if not need to instantiate connection
58 58
      *
59 59
      * @throws \RouterOS\Exceptions\ClientException
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
      * @param string     $value    Value which should be parsed
402 402
      * @param array      $result   Array with parsed response
403 403
      * @param null|array $matches  Matched words
404
-     * @param string|int $iterator Type of iterations or number of item
404
+     * @param integer $iterator Type of iterations or number of item
405 405
      */
406 406
     private function preParseResponse(string $value, array &$result, ?array &$matches, $iterator = 'after'): void
407 407
     {
Please login to merge, or discard this patch.