Merge pull request #9491 from mattclegg/1587548119

DOCS: Remove unnecessary `return`
This commit is contained in:
Daniel Hensby 2020-04-22 12:22:15 +01:00 committed by GitHub
commit 826d1fa4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,6 @@ class Handler extends RequestHandler
'Title' => _t(__CLASS__ . '.FORM_TITLE', 'Confirm potentially dangerous action'),
'Form' => $this->Form()
];
return $this;
}
/**