@@ -222,7 +222,6 @@ discard block |
||
| 222 | 222 | /** |
| 223 | 223 | * Set the number of maximum concurrent connections established to the APNS servers. |
| 224 | 224 | * |
| 225 | - * @param int $nbConcurrentRequests |
|
| 226 | 225 | */ |
| 227 | 226 | public function setMaxConcurrentConnections($maxConcurrentConnections) |
| 228 | 227 | { |
@@ -233,7 +232,6 @@ discard block |
||
| 233 | 232 | * Set wether or not the client should automatically close the connections. Apple recommends keeping |
| 234 | 233 | * connections open if you send more than a few notification per minutes. |
| 235 | 234 | * |
| 236 | - * @param bool $nbConcurrentRequests |
|
| 237 | 235 | */ |
| 238 | 236 | public function setAutoCloseConnections($autoCloseConnections) |
| 239 | 237 | { |