Completed
Push — master ( 3be506...1c2175 )
by joanhey
01:57
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
     protected static $relations = [];
37 37
 
38
+    /**
39
+     * @param ActiveRecord $obj
40
+     */
38 41
     public static function resolver($relations, $obj)
39 42
     {
40 43
         $model = $relations->model;
@@ -212,7 +215,7 @@  discard block
 block discarded – undo
212 215
      *                       join: joins de tablas
213 216
      *                       having: condiciones de grupo
214 217
      *                       offset: valor offset queda
215
-     * @param array  $values valores de busqueda
218
+     * @param string  $values valores de busqueda
216 219
      *
217 220
      * @return ActiveRecord
218 221
      */
@@ -238,7 +241,7 @@  discard block
 block discarded – undo
238 241
      *                      having: condiciones de grupo
239 242
      *                      limit: valor limit
240 243
      *                      offset: valor offset
241
-     * @param array $values valores de busqueda
244
+     * @param string $values valores de busqueda
242 245
      *
243 246
      * @return \PDOStatement
244 247
      */
Please login to merge, or discard this patch.