Completed
Push — master ( 79f658...1b0eed )
by Arthur
12:08
created
src/Client.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -222,7 +222,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.