@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | * the specified table. |
| 32 | 32 | * |
| 33 | 33 | * @param string $table |
| 34 | - * @param array|integer $delimiters |
|
| 34 | + * @param integer $delimiters |
|
| 35 | 35 | * @param boolean $isForeignKey |
| 36 | 36 | * @return object|boolean |
| 37 | 37 | */ |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | /** |
| 60 | 60 | * Returns all rows from the specified table. |
| 61 | 61 | * |
| 62 | - * @param string|object $table |
|
| 62 | + * @param CodeigniterModel $table |
|
| 63 | 63 | * @return self |
| 64 | 64 | */ |
| 65 | 65 | public function get($table = '') |