Skip to content
Snippets Groups Projects
Commit 3fc4c0b7 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3426100: Add required return statement for FillPdfFormDuplicateForm::getDescription()

parent 0728057c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class FillPdfFormDuplicateForm extends FillPdfFormConfirmFormBase {
* {@inheritdoc}
*/
public function getDescription() {
return $this->t('Duplicate a FillPDF form.');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment