@@ -117,7 +117,7 @@ discard block |
||
| 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 |
||
| 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 | { |