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

Issue #3471412: Remove unused properties

parent 70b4c0e3
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface; ...@@ -26,13 +26,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/ */
class LocalServerPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface { class LocalServerPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface {
/**
* The file system.
*
* @var \Drupal\Core\File\FileSystemInterface
*/
protected $fileSystem;
/** /**
* Constructs a LocalServerPdfBackend plugin object. * Constructs a LocalServerPdfBackend plugin object.
* *
......
...@@ -19,13 +19,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface; ...@@ -19,13 +19,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/ */
class TestPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface { class TestPdfBackend extends PdfBackendBase implements ContainerFactoryPluginInterface {
/**
* The plugin's configuration.
*
* @var array
*/
protected $configuration;
/** /**
* Constructs a LocalFillPdfBackend plugin object. * Constructs a LocalFillPdfBackend plugin object.
* *
......
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