diff --git a/core/lib/Drupal/Core/Plugin/MethodFactoryPluginBase.php b/core/lib/Drupal/Core/Plugin/MethodFactoryPluginBase.php index f4be011..fd43825 100644 --- a/core/lib/Drupal/Core/Plugin/MethodFactoryPluginBase.php +++ b/core/lib/Drupal/Core/Plugin/MethodFactoryPluginBase.php @@ -15,7 +15,6 @@ /** * Defines a base plugin that can pull it's dependencies from the container. */ - class MethodFactoryPluginBase extends PluginBase { /** diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php b/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php index aeb3717..f45bf7d 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php @@ -86,7 +86,6 @@ public function __construct(array $configuration, $plugin_id, array $plugin_defi $this->request = $request; } - protected function defineOptions() { $options = parent::defineOptions();