Skip to content

Commit 7a28d2d

Browse files
Merge branch '4.3' into 4.4
* 4.3: Re-enable push support for HttpClient [DependencyInjection] Accept existing interfaces as valid named args Fixed incompatibility between ServiceSubscriberTrait and classes with protected $container property
2 parents ea7263d + 42917c0 commit 7a28d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServiceSubscriberTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
trait ServiceSubscriberTrait
2323
{
2424
/** @var ContainerInterface */
25-
private $container;
25+
protected $container;
2626

2727
public static function getSubscribedServices(): array
2828
{

0 commit comments

Comments
 (0)