Completed
Branch develop (b42f4c)
by Vasil
13:57
created
src/PEAR2/Net/RouterOS/Communicator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      * Creates a new connection with the specified options.
118 118
      *
119 119
      * @param string        $host    Hostname (IP or domain) of RouterOS.
120
-     * @param int|null      $port    The port on which the RouterOS host
120
+     * @param integer      $port    The port on which the RouterOS host
121 121
      *     provides the API service. You can also specify NULL, in which case
122 122
      *     the port will automatically be chosen between 8728 and 8729,
123 123
      *     depending on the value of $crypto.
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
      * be locked for receiving until either {@link self::getNextWord()} or
572 572
      * {@link self::getNextWordAsStream()} is called.
573 573
      *
574
-     * @return int|double
574
+     * @return integer
575 575
      */
576 576
     public function getNextWordLength()
577 577
     {
Please login to merge, or discard this patch.