Completed
Push — master ( 4b4ef3...b565c2 )
by Dmitry
13:19
created
src/models/query/PlanQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 
16 16
 class PlanQuery extends \hiqdev\hiart\ActiveQuery
17 17
 {
18
+    /**
19
+     * @param integer $id
20
+     */
18 21
     public function byId($id)
19 22
     {
20 23
         return $this->andWhere(['id' => $id]);
Please login to merge, or discard this patch.