Completed
Push — develop ( f938b5...8c3dc1 )
by Vasil
03:35
created
src/PEAR2/Net/RouterOS/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * @param string        $host     Hostname (IP or domain) of RouterOS.
109 109
      * @param string        $username The RouterOS username.
110 110
      * @param string        $password The RouterOS password.
111
-     * @param int|null      $port     The port on which the RouterOS host
111
+     * @param integer      $port     The port on which the RouterOS host
112 112
      *     provides the API service. You can also specify NULL, in which case
113 113
      *     the port will automatically be chosen between 8728 and 8729,
114 114
      *     depending on the value of $crypto.
@@ -801,7 +801,7 @@  discard block
 block discarded – undo
801 801
      * Dispatches the next response in queue, i.e. it executes the associated
802 802
      * callback if there is one, or places the response in the response buffer.
803 803
      *
804
-     * @param int|null $sTimeout  If a response is not immediately available,
804
+     * @param integer $sTimeout  If a response is not immediately available,
805 805
      *     wait this many seconds.
806 806
      *     If NULL, wait indefinitely.
807 807
      * @param int      $usTimeout Microseconds to add to the waiting time.
Please login to merge, or discard this patch.
src/PEAR2/Net/RouterOS/Communicator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      * Creates a new connection with the specified options.
93 93
      *
94 94
      * @param string        $host    Hostname (IP or domain) of RouterOS.
95
-     * @param int|null      $port    The port on which the RouterOS host
95
+     * @param integer      $port    The port on which the RouterOS host
96 96
      *     provides the API service. You can also specify NULL, in which case
97 97
      *     the port will automatically be chosen between 8728 and 8729,
98 98
      *     depending on the value of $crypto.
Please login to merge, or discard this patch.
src/PEAR2/Net/RouterOS/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     /**
194 194
      * Gets the currently associated query
195 195
      *
196
-     * @return Query|null The currently associated query.
196
+     * @return Query The currently associated query.
197 197
      *
198 198
      * @see setQuery()
199 199
      */
Please login to merge, or discard this patch.