Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!63Issue #3339976: expecting variable (T_VARIABLE) in private_message/src/Form/PrivateMessageForm.php for PHP < 8
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment