From 220d5e1320b1767a247f8bd5578abfbb5e4d4a59 Mon Sep 17 00:00:00 2001 From: Liam Morland <liam@openplus.ca> Date: Sat, 31 Aug 2024 12:48:24 -0400 Subject: [PATCH] Issue #3471412: Remove unused properties --- src/Plugin/PdfBackend/LocalServerPdfBackend.php | 7 ------- .../fillpdf_test/src/Plugin/PdfBackend/TestPdfBackend.php | 7 ------- 2 files changed, 14 deletions(-) diff --git a/src/Plugin/PdfBackend/LocalServerPdfBackend.php b/src/Plugin/PdfBackend/LocalServerPdfBackend.php index 67556ff..380455d 100644 --- a/src/Plugin/PdfBackend/LocalServerPdfBackend.php +++ b/src/Plugin/PdfBackend/LocalServerPdfBackend.php @@ -26,13 +26,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class LocalServerPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface { - /** - * The file system. - * - * @var \Drupal\Core\File\FileSystemInterface - */ - protected $fileSystem; - /** * Constructs a LocalServerPdfBackend plugin object. * diff --git a/tests/modules/fillpdf_test/src/Plugin/PdfBackend/TestPdfBackend.php b/tests/modules/fillpdf_test/src/Plugin/PdfBackend/TestPdfBackend.php index e098fcd..59853d1 100644 --- a/tests/modules/fillpdf_test/src/Plugin/PdfBackend/TestPdfBackend.php +++ b/tests/modules/fillpdf_test/src/Plugin/PdfBackend/TestPdfBackend.php @@ -19,13 +19,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class TestPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface { - /** - * The plugin's configuration. - * - * @var array - */ - protected $configuration; - /** * Constructs a LocalFillPdfBackend plugin object. * -- GitLab