Completed
Pull Request — master (#20)
by
unknown
03:20
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.