@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * Indicate that the table needs to be created. |
| 37 | 37 | * |
| 38 | - * @return bool |
|
| 38 | + * @return boolean|null |
|
| 39 | 39 | */ |
| 40 | 40 | public function create() |
| 41 | 41 | { |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | /** |
| 48 | 48 | * Indicate that the collection should be dropped. |
| 49 | 49 | * |
| 50 | - * @return bool |
|
| 50 | + * @return boolean|null |
|
| 51 | 51 | */ |
| 52 | 52 | public function drop() |
| 53 | 53 | { |
@@ -59,8 +59,7 @@ discard block |
||
| 59 | 59 | /** |
| 60 | 60 | * Specify an index for the collection. |
| 61 | 61 | * |
| 62 | - * @param string $column |
|
| 63 | - * @param mixed $options |
|
| 62 | + * @param string $columns |
|
| 64 | 63 | * |
| 65 | 64 | * @return Blueprint |
| 66 | 65 | */ |