Single quotes missing in file?

Hello, I am new to Mautic and php, after some file config.php perhaps miss the little string start single qoutes?

Wonder if this is wrong? I created github, perhaps this info should go there instead to discuss. What do you say?

mautic-stagingappbundlesDynamicContentBundleConfigconfig.php line 84, 87.



In the Notofication library the config file lack a small dot part of a code line 84, and line 87. It reads:

‘class’ => MauticDynamicContentBundleEventListenerChannelSubscriber::class,



Should it be ?

‘class’ => ‘MauticDynamicContentBundleEventListenerChannelSubscriber’,

Hello, I am new to Mautic and php, after some file config.php perhaps miss the little string start single qoutes?
Wonder if this is wrong? I created github, perhaps this info should go there instead to discuss. What do you say?
mautic-stagingappbundlesDynamicContentBundleConfigconfig.php line 84, 87.

In the Notofication library the config file lack a small dot part of a code line 84, and line 87. It reads:
‘class’ => MauticDynamicContentBundleEventListenerChannelSubscriber::class,

Should it be ?
‘class’ => ‘MauticDynamicContentBundleEventListenerChannelSubscriber’,

It can be both ways.