Verified Commit da8f764f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3279502 by webflo: Fix invalid @property annotations

parent 34e0d0ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
 *
 * @see \Drupal\Core\Entity\EntityTypeListenerInterface
 *
 * @property \Drupal\Core\Entity\EntityTypeManagerInterface entityTypeManager
 * @property \Drupal\Core\Database\Connection database
 * @property \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager
 * @property \Drupal\Core\Database\Connection $database
 *
 * @internal
 */
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 *   cardinality = \Drupal\Core\Field\FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED
 * )
 *
 * @property \Drupal\layout_builder\Section section
 * @property \Drupal\layout_builder\Section $section
 */
class LayoutSectionItem extends FieldItemBase {

+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
/**
 * Defines the menu link content entity class.
 *
 * @property \Drupal\link\LinkItemInterface link
 * @property \Drupal\Core\Field\FieldItemList rediscover
 * @property \Drupal\link\LinkItemInterface $link
 * @property \Drupal\Core\Field\FieldItemList $rediscover
 *
 * @ContentEntityType(
 *   id = "menu_link_content",
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
/**
 * Defines the shortcut entity class.
 *
 * @property \Drupal\link\LinkItemInterface link
 * @property \Drupal\link\LinkItemInterface $link
 *
 * @ContentEntityType(
 *   id = "shortcut",