Issue #3279502 by webflo: Fix invalid @property annotations

(cherry picked from commit da8f764fa4)
merge-requests/2281/head
Alex Pott 2022-05-15 22:06:26 +01:00
parent 9e6666fb1f
commit 931357249a
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
4 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@ use Drupal\Core\Site\Settings;
*
* @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
*/

View File

@ -24,7 +24,7 @@ use Drupal\layout_builder\Section;
* cardinality = \Drupal\Core\Field\FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED
* )
*
* @property \Drupal\layout_builder\Section section
* @property \Drupal\layout_builder\Section $section
*/
class LayoutSectionItem extends FieldItemBase {

View File

@ -12,8 +12,8 @@ use Drupal\menu_link_content\MenuLinkContentInterface;
/**
* 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",

View File

@ -13,7 +13,7 @@ use Drupal\shortcut\ShortcutInterface;
/**
* Defines the shortcut entity class.
*
* @property \Drupal\link\LinkItemInterface link
* @property \Drupal\link\LinkItemInterface $link
*
* @ContentEntityType(
* id = "shortcut",