Skip to content

Commit 1ea6454

Browse files
authored
Refactor test providers and constructor property visibility (#7444)
1 parent 0d0d725 commit 1ea6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listener/ReloadDotenvListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
final class ReloadDotenvListener implements ListenerInterface
2121
{
22-
public function __construct(protected ContainerInterface $container)
22+
public function __construct(private ContainerInterface $container)
2323
{
2424
}
2525

0 commit comments

Comments
 (0)