@@ -136,7 +136,7 @@ discard block |
||
| 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 |
||
| 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 |