@@ -162,6 +162,7 @@ discard block |
||
| 162 | 162 | * currently viewing) is included in the URL. |
| 163 | 163 | * |
| 164 | 164 | * @inheritdoc |
| 165 | + * @param string $action |
|
| 165 | 166 | */ |
| 166 | 167 | public function Link($action = null) |
| 167 | 168 | { |
@@ -441,7 +442,7 @@ discard block |
||
| 441 | 442 | /** |
| 442 | 443 | * Generate a CSV import form for a single {@link DataObject} subclass. |
| 443 | 444 | * |
| 444 | - * @return Form|false |
|
| 445 | + * @return Form |
|
| 445 | 446 | */ |
| 446 | 447 | public function ImportForm() |
| 447 | 448 | { |