@@ -256,9 +256,8 @@ discard block |
||
| 256 | 256 | /** |
| 257 | 257 | * Get WorkflowInstance Target objects to show for users in initial gridfield(s) |
| 258 | 258 | * |
| 259 | - * @param Member $member |
|
| 260 | 259 | * @param string $fieldName The name of the gridfield that determines which dataset to return |
| 261 | - * @return DataList |
|
| 260 | + * @return ArrayList |
|
| 262 | 261 | * @todo Add the ability to see embargo/expiry dates in report-gridfields at-a-glance if QueuedJobs module installed |
| 263 | 262 | */ |
| 264 | 263 | public function userObjects(Member $user, $fieldName) |
@@ -334,7 +333,7 @@ discard block |
||
| 334 | 333 | /** |
| 335 | 334 | * Required so we can simply change the visible label of the "Import" button and lose some redundant form-fields. |
| 336 | 335 | * |
| 337 | - * @return Form |
|
| 336 | + * @return null|\SilverStripe\Forms\Form |
|
| 338 | 337 | */ |
| 339 | 338 | public function ImportForm() |
| 340 | 339 | { |