Issue #3279502 by webflo: Fix invalid @property annotations
(cherry picked from commit da8f764fa4)
			
			
				merge-requests/2281/head
			
			
		
							parent
							
								
									9e6666fb1f
								
							
						
					
					
						commit
						931357249a
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue