Completed
Push — master ( 295849...0a0cac )
by joanhey
01:45
created
ActiveRecord.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@  discard block
 block discarded – undo
36 36
      */
37 37
     protected static $relations = [];
38 38
 
39
+    /**
40
+     * @param ActiveRecord $obj
41
+     */
39 42
     public static function resolver($relations, $obj)
40 43
     {
41 44
         $model = $relations->model;
@@ -218,7 +221,7 @@  discard block
 block discarded – undo
218 221
      *                      join: joins de tablas
219 222
      *                      having: condiciones de grupo
220 223
      *                      offset: valor offset queda
221
-     * @param array $values valores de busqueda
224
+     * @param string $values valores de busqueda
222 225
      *
223 226
      * @return ActiveRecord
224 227
      */
@@ -244,7 +247,7 @@  discard block
 block discarded – undo
244 247
      *                      having: condiciones de grupo
245 248
      *                      limit: valor limit
246 249
      *                      offset: valor offset
247
-     * @param array $values valores de busqueda
250
+     * @param string $values valores de busqueda
248 251
      *
249 252
      * @return \PDOStatement
250 253
      */
Please login to merge, or discard this patch.
QueryGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * en base a los parĂ¡metros $params.
70 70
      *
71 71
      * @param array $params
72
-     * @return array
72
+     * @return string[]
73 73
      */
74 74
     protected static function prepareParam(array $params)
75 75
     {
Please login to merge, or discard this patch.