diff --git a/core/modules/system/src/Plugin/views/field/BulkForm.php b/core/modules/system/src/Plugin/views/field/BulkForm.php index 87c61a4..1579436 100644 --- a/core/modules/system/src/Plugin/views/field/BulkForm.php +++ b/core/modules/system/src/Plugin/views/field/BulkForm.php @@ -62,7 +62,7 @@ class BulkForm extends FieldPluginBase { * @param mixed $plugin_definition * The plugin implementation definition. * @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager - * The entity manager.. + * The entity manager. */ public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityManagerInterface $entity_manager) { parent::__construct($configuration, $plugin_id, $plugin_definition); @@ -366,7 +366,7 @@ protected function drupalSetMessage($message = NULL, $type = 'status', $repeat = * submitting a bulk form. This key allows the entity for the row to be loaded * totally independently of the executed view row. * - * @param EntityInterface $entity + * @param \Drupal\Core\Entity\EntityInterface $entity * The entity to calculate a bulk form key for. * * @return string