diff core/lib/Drupal/Core/Field/FieldItemInterface.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Field/FieldItemInterface.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/lib/Drupal/Core/Field/FieldItemInterface.php	Tue Jul 10 15:07:59 2018 +0100
@@ -38,8 +38,8 @@
    * Returns the name of the main property, if any.
    *
    * Some field items consist mainly of one main property, e.g. the value of a
-   * text field or the @code target_id @endcode of an entity reference. If the
-   * field item has no main property, the method returns NULL.
+   * text field or the target_id of an entity reference. If the field item has
+   * no main property, the method returns NULL.
    *
    * @return string|null
    *   The name of the value property, or NULL if there is none.