Commit 3b5338b0 authored by Artem Sylchuk's avatar Artem Sylchuk Committed by Artem Sylchuk
Browse files

Issue #3339976 by artem_sylchuk: expecting variable (T_VARIABLE) in...

Issue #3339976 by artem_sylchuk: expecting variable (T_VARIABLE) in private_message/src/Form/PrivateMessageForm.php for PHP < 8
parent 75c36921
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ class PrivateMessageForm extends ContentEntityForm {
    ConfigFactoryInterface $configFactory,
    PrivateMessageServiceInterface $privateMessageService,
    PrivateMessageThreadManagerInterface $privateMessageThreadManager,
    FormBuilderInterface $formBuilder,
    FormBuilderInterface $formBuilder
  ) {
    parent::__construct($entityRepository, $entity_type_bundle_info, $time);
    $this->entityTypeManager = $entityTypeManager;