Completed
Pull Request — master (#255)
by Andreas
21:00
created
lib/Mongo/MongoClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
      * @link http://www.php.net/manual/en/mongoclient.killcursor.php
239 239
      * @param string $server_hash The server hash that has the cursor.
240 240
      * @param int|MongoInt64 $id The ID of the cursor to kill.
241
-     * @return bool
241
+     * @return boolean|null
242 242
      */
243 243
     public function killCursor($server_hash, $id)
244 244
     {
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
     }
351 351
 
352 352
     /**
353
-     * @return array
353
+     * @return string[]
354 354
      */
355 355
     public function __sleep()
356 356
     {
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
     }
361 361
 
362 362
     /**
363
-     * @param $server
363
+     * @param string $server
364 364
      * @return array
365 365
      */
366 366
     private function extractUrlOptions($server)
Please login to merge, or discard this patch.