Skip to content
Snippets Groups Projects
Commit f5b93e30 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2610142 by rakesh.gectcr: Wrong @param documentation in folder core/lib/Drupal/Core/Field/

(cherry picked from commit 5da78abd)
parent 84182b73
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ public function getInstance(array $options) {
*
* @param string $field_type
* The field type.
* @param array $properties
* @param array $configuration
* An array of formatter configuration.
*
* @return array
......
......@@ -42,7 +42,7 @@ class FieldItemDeriver implements ContainerDeriverInterface {
*
* @param string $base_plugin_id
* The base plugin ID.
* @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_manager
* @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_plugin_manager
* The field type plugin manager.
*/
public function __construct($base_plugin_id, FieldTypePluginManagerInterface $field_type_plugin_manager) {
......
......@@ -52,8 +52,6 @@ class EntityReferenceEntityFormatter extends EntityReferenceFormatterBase implem
* The view mode.
* @param array $third_party_settings
* Any third party settings settings.
* @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager
* The entity manager.
* @param LoggerChannelFactoryInterface $logger_factory
* The logger factory.
*/
......
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