Completed
Branch master (a081fb)
by Sven
02:40
created
src/Model.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      *
137 137
      * @param array $data
138 138
      *
139
-     * @return Ambigous <boolean, string> false on error, true on success or an string with the last insert id if the table has an auto increment column
139
+     * @return string|boolean <boolean, string> false on error, true on success or an string with the last insert id if the table has an auto increment column
140 140
      */
141 141
     public function create(array $data)
142 142
     {
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * read $columns from $table_name
160 160
      *
161
-     * @param array $columns
161
+     * @param integer[] $columns
162 162
      * @param array $filters
163 163
      * @param array $limit
164 164
      * @param array $order_by
Please login to merge, or discard this patch.