From ac1d7286801ed36c1667d23260d4e382eeb2a904 Mon Sep 17 00:00:00 2001
From: Liam Morland <liam@openplus.ca>
Date: Wed, 14 Dec 2022 09:13:31 -0500
Subject: [PATCH] Issue #3297233: Remove @todo about implementing
 ConfigurableInterface

None of the methods in this interface are used.
---
 src/Plugin/FillPdfActionPluginInterface.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Plugin/FillPdfActionPluginInterface.php b/src/Plugin/FillPdfActionPluginInterface.php
index 0c5dd64..d693702 100644
--- a/src/Plugin/FillPdfActionPluginInterface.php
+++ b/src/Plugin/FillPdfActionPluginInterface.php
@@ -16,8 +16,6 @@ use Drupal\Core\Executable\ExecutableInterface;
  *
  * They may also have side effects, such as saving a file to the file system.
  * They must not, however, end the request.
- *
- * @todo Extend ConfigurableInterface once drupal:8.6.x is no longer supported.
  */
 interface FillPdfActionPluginInterface extends PluginInspectionInterface, DependentPluginInterface, ContainerFactoryPluginInterface, ExecutableInterface {
 
-- 
GitLab