Completed
Push — master ( 8d1a32...3be506 )
by joanhey
01:54
created
lib/Kumbia/ActiveRecord/ActiveRecord.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@  discard block
 block discarded – undo
35 35
      */
36 36
     static protected $relations = [];
37 37
 
38
+    /**
39
+     * @param ActiveRecord $obj
40
+     */
38 41
     static public function resolver($relations, $obj){
39 42
         $model = $relations->model;
40 43
         if($relations->type === self::HAS_MANY){
@@ -204,7 +207,7 @@  discard block
 block discarded – undo
204 207
      *                       join: joins de tablas
205 208
      *                       having: condiciones de grupo
206 209
      *                       offset: valor offset queda
207
-     * @param array  $values valores de busqueda
210
+     * @param string  $values valores de busqueda
208 211
      *
209 212
      * @return ActiveRecord
210 213
      */
@@ -230,7 +233,7 @@  discard block
 block discarded – undo
230 233
      *                      having: condiciones de grupo
231 234
      *                      limit: valor limit
232 235
      *                      offset: valor offset
233
-     * @param array $values valores de busqueda
236
+     * @param string $values valores de busqueda
234 237
      *
235 238
      * @return \PDOStatement
236 239
      */
Please login to merge, or discard this patch.