Skip to content

Commit 123f998

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Update cache.rst
2 parents 988645f + d059799 commit 123f998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
315315
}
316316

317317
// in a service
318-
public function __construct(CacheInterface $customThingCache)
318+
public function __construct(private CacheInterface $customThingCache)
319319
{
320320
// ...
321321
}

0 commit comments

Comments
 (0)