Skip to content
Snippets Groups Projects

Remove useless declaration in SettingsForm constructor.

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -35,8 +35,6 @@ final class SettingsForm extends ConfigFormBase {
protected ModuleHandlerInterface $moduleHandler,
) {
parent::__construct($configFactory, $typedConfigManager);
$this->libraryDiscovery = $libraryDiscovery;
$this->moduleHandler = $moduleHandler;
}
/**
Loading