@@ -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|\CI_Model|\Rougin\Wildfire\CodeigniterModel $table |
|
| 62 | + * @param CodeigniterModel $table |
|
| 63 | 63 | * @return self |
| 64 | 64 | */ |
| 65 | 65 | public function get($table = '') |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Creates an object from the specified table and row. |
| 27 | 27 | * |
| 28 | - * @param string|\Rougin\Wildfire\CodeigniterModel $table |
|
| 28 | + * @param string $table |
|
| 29 | 29 | * @param object $row |
| 30 | 30 | * @param boolean $isForeignKey |
| 31 | 31 | * @return array |