diff --git a/core/modules/block_content/src/Plugin/views/field/BlockContent.php b/core/modules/block_content/src/Plugin/views/field/BlockContent.php index e575cfd..3494305 100644 --- a/core/modules/block_content/src/Plugin/views/field/BlockContent.php +++ b/core/modules/block_content/src/Plugin/views/field/BlockContent.php @@ -43,7 +43,7 @@ class BlockContent extends FieldPluginBase { protected $entityManager; /** - * Constructs a new ListingEmpty. + * Constructs a new BlockContent. * * @param array $configuration * A configuration array containing information about the plugin instance. diff --git a/core/modules/block_content/src/Plugin/views/field/Path.php b/core/modules/block_content/src/Plugin/views/field/Path.php index 78116b8..99e25d4 100644 --- a/core/modules/block_content/src/Plugin/views/field/Path.php +++ b/core/modules/block_content/src/Plugin/views/field/Path.php @@ -32,7 +32,7 @@ class Path extends FieldPluginBase { protected $urlGenerator; /** - * Constructs a new ListingEmpty. + * Constructs a new Path. * * @param array $configuration * A configuration array containing information about the plugin instance.