Skip to content

Commit dd79ad8

Browse files
author
matheo
committed
remove php8.2 syntaxt
1 parent 63a4b5c commit dd79ad8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TwigComponent/src/Twig/TwigEnvironmentConfigurator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77

88
class TwigEnvironmentConfigurator
99
{
10+
private EnvironmentConfigurator $decorated;
1011
public function __construct(
11-
private readonly EnvironmentConfigurator $decorated
12+
EnvironmentConfigurator $decorated
1213
) {
14+
$this->decorated = $decorated;
1315
}
1416

1517
public function configure(Environment $environment): void

0 commit comments

Comments
 (0)