Skip to content

Commit a9f4d9e

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/TwigComponent/src/Twig/TwigEnvironmentConfigurator.php

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

88
class TwigEnvironmentConfigurator
99
{
10+
private EnvironmentConfigurator $decorated;
11+
1012
public function __construct(
11-
private readonly EnvironmentConfigurator $decorated
13+
EnvironmentConfigurator $decorated
1214
) {
15+
$this->decorated = $decorated;
1316
}
1417

1518
public function configure(Environment $environment): void

0 commit comments

Comments
 (0)