Completed
Push — master ( 792d52...bce0ff )
by Oscar
01:33
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/Insert.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     /**
109 109
      * Generates the data part of a UPDATE query.
110 110
      *
111
-     * @param array $fields
111
+     * @param \SimpleCrud\Fields\Field[] $fields
112 112
      *
113 113
      * @return string
114 114
      */
Please login to merge, or discard this patch.