File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 9
9
10
10
final class AddRouteListener
11
11
{
12
- /** @var GoogleTagManagerInterface */
13
- private $ googleTagManager ;
12
+ private GoogleTagManagerInterface $ googleTagManager ;
14
13
15
14
public function __construct (GoogleTagManagerInterface $ googleTagManager )
16
15
{
Original file line number Diff line number Diff line change 13
13
14
14
final class ContextListener
15
15
{
16
- /** @var GoogleTagManagerInterface */
17
- private $ googleTagManager ;
16
+ private GoogleTagManagerInterface $ googleTagManager ;
18
17
19
- /** @var ChannelContextInterface */
20
- private $ channelContext ;
18
+ private ChannelContextInterface $ channelContext ;
21
19
22
- /** @var LocaleContextInterface */
23
- private $ localeContext ;
20
+ private LocaleContextInterface $ localeContext ;
24
21
25
- /** @var CurrencyContextInterface */
26
- private $ currencyContext ;
22
+ private CurrencyContextInterface $ currencyContext ;
27
23
28
24
public function __construct (
29
25
GoogleTagManagerInterface $ googleTagManager ,
Original file line number Diff line number Diff line change 9
9
10
10
final class EnvironmentListener
11
11
{
12
- /** @var GoogleTagManagerInterface */
13
- private $ googleTagManager ;
12
+ private GoogleTagManagerInterface $ googleTagManager ;
14
13
15
- /** @var string */
16
- private $ environment ;
14
+ private string $ environment ;
17
15
18
16
public function __construct (GoogleTagManagerInterface $ googleTagManager , string $ environment )
19
17
{
You can’t perform that action at this time.
0 commit comments