Skip to content
Snippets Groups Projects
Commit f9ab9ce9 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-7275: Fix incorrect constructor doc comments in block plugins.

Updated the constructor doc comments for ReferenceKeywordsBlock, ReferenceBlock, and ReferenceAuthorsBlock to correctly reflect their class names. This ensures clarity and consistency in documentation.
parent e5e8997d
No related branches found
No related tags found
1 merge request!46ISTWCMS-7275: Refactor block classes to rename and streamline logic.
......@@ -53,7 +53,7 @@ class ReferenceAuthorsBlock extends BlockBase implements ContainerFactoryPluginI
}
/**
* ContentManagementMenuBlock constructor.
* ReferenceAuthorsBlock constructor.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
......@@ -53,7 +53,7 @@ class ReferenceBlock extends BlockBase implements ContainerFactoryPluginInterfac
}
/**
* ContentManagementMenuBlock constructor.
* ReferenceBlock constructor.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
......@@ -53,7 +53,7 @@ class ReferenceKeywordsBlock extends BlockBase implements ContainerFactoryPlugin
}
/**
* ContentManagementMenuBlock constructor.
* ReferenceKeywordsBlock constructor.
*
* @param array $configuration
* A configuration array containing information about the plugin instance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment