Completed
Push — master ( 6b489a...9eef0d )
by Andreas
13s
created
lib/Mongo/MongoClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
      * @link http://www.php.net/manual/en/mongoclient.killcursor.php
235 235
      * @param string $server_hash The server hash that has the cursor.
236 236
      * @param int|MongoInt64 $id The ID of the cursor to kill.
237
-     * @return bool
237
+     * @return boolean|null
238 238
      */
239 239
     public function killCursor($server_hash, $id)
240 240
     {
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     }
343 343
 
344 344
     /**
345
-     * @return array
345
+     * @return string[]
346 346
      */
347 347
     function __sleep()
348 348
     {
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     }
353 353
 
354 354
     /**
355
-     * @param $server
355
+     * @param string $server
356 356
      * @return array
357 357
      */
358 358
     private function extractUrlOptions($server)
Please login to merge, or discard this patch.