Update src/Admin/CommentsGridFieldApproveAction.php

Co-Authored-By: NightJar <NightJar@users.noreply.github.com>
This commit is contained in:
Guy Marriott 2019-02-11 09:19:18 +13:00 committed by GitHub
parent c4cfc44643
commit 18fbdfc94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class CommentsGridFieldApproveAction implements
/**
* Returns the FormAction object, used by other methods to get properties
*
* @return GridField_FormAction
* @return GridField_FormAction|null
*/
public function getApproveAction($gridField, $record, $columnName)
{