Test Setup Failed
Push — master ( 1eb042...f06a47 )
by Mehmet
05:04
created
src/MongoDB.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@
 block discarded – undo
66 66
         return $this->singleGet($collection, (string) $docId);
67 67
     }
68 68
 
69
+    /**
70
+     * @param string $docId
71
+     */
69 72
     private function singleGet(string $collection, $docId)
70 73
     {
71 74
         $collection = $this->database->selectCollection($collection);
Please login to merge, or discard this patch.