diff --git a/core/modules/views/src/Plugin/Derivative/ViewsBlock.php b/core/modules/views/src/Plugin/Derivative/ViewsBlock.php index e3d3732..c092a28 100644 --- a/core/modules/views/src/Plugin/Derivative/ViewsBlock.php +++ b/core/modules/views/src/Plugin/Derivative/ViewsBlock.php @@ -3,7 +3,6 @@ namespace Drupal\views\Plugin\Derivative; use Drupal\Core\Entity\EntityStorageInterface; -use Drupal\Core\Plugin\Context\ContextDefinition; use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; use Drupal\Core\StringTranslation\TranslatableMarkup; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php b/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php index 4ab9375..c1a2010 100644 --- a/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php +++ b/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php @@ -105,7 +105,7 @@ public function exceptionTitle() { /** * Determine if the argument needs a style plugin. * - * @return TRUE/FALSE + * @return TRUE or FALSE */ public function needsStylePlugin() { $info = $this->defaultActions($this->options['default_action']);