DOCS: Remove unnecessary return

This commit is contained in:
mattclegg 2020-04-22 15:30:52 +05:45
parent a9c05f3287
commit 2f717a4d90
No known key found for this signature in database
GPG Key ID: 68C4C8DB2D0D1DFE

View File

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