Skip to content
Snippets Groups Projects

Issue #3365488: moderationInformation property is not initialized even with NULL

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -83,7 +83,7 @@ class ParagraphBlock extends BlockBase implements ContextAwarePluginInterface, C
*
* @var \Drupal\content_moderation\ModerationInformationInterface|null
*/
protected ?ModerationInformationInterface $moderationInformation;
protected ?ModerationInformationInterface $moderationInformation = NULL;
/**
* Constructs a new ParagraphBlock.
Loading