Skip to content

Commit 8327cc8

Browse files
Upgrade the versions of phpstan and rector.
Co-authored-by: 李铭昕 <715557344@qq.com>
1 parent d886ed6 commit 8327cc8

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)