Completed
Push — master ( bd4750...88eef9 )
by Oscar
12s
created
src/Queries/Mysql/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      *
117 117
      * @param array $data
118 118
      * 
119
-     * @return Row
119
+     * @return \SimpleCrud\Row
120 120
      */
121 121
     public function createRow(array $data)
122 122
     {
Please login to merge, or discard this patch.
src/Fields/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Converts the data to be used
44 44
      *
45
-     * @param mixed $data
45
+     * @param string $data
46 46
      *
47 47
      * @return mixed
48 48
      */
Please login to merge, or discard this patch.
src/Queries/Mysql/Avg.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Run the query and return the value.
19 19
      * 
20
-     * @return int
20
+     * @return double
21 21
      */
22 22
     public function run()
23 23
     {
Please login to merge, or discard this patch.