Skip to content
Snippets Groups Projects
Commit c5e61737 authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Fix annotation.

parent 77820b90
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,6 @@ class FillPdfServiceFillPdfBackend implements FillPdfBackendPluginInterface { ...@@ -38,8 +38,6 @@ class FillPdfServiceFillPdfBackend implements FillPdfBackendPluginInterface {
/** /**
* @inheritdoc * @inheritdoc
* @param \Drupal\fillpdf\FillPdfFormInterface $fillpdf_form
* @return array
*/ */
public function parse(FillPdfFormInterface $fillpdf_form) { public function parse(FillPdfFormInterface $fillpdf_form) {
// @todo: Is there a better way to do this? // @todo: Is there a better way to do this?
......
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