Completed
Push — master ( eb0b7d...7ea6d5 )
by Andrii
11:32
created
src/storage/ClientQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         return $this;
55 55
     }
56 56
 
57
+    /**
58
+     * @param integer $id
59
+     */
57 60
     public function whereId($id)
58 61
     {
59 62
         return parent::andWhere(['c.obj_id' => $id]);
Please login to merge, or discard this patch.