Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a420571

Browse files
authored
Merge pull request #10 from reactphp-parallel/mark-container-as-shared
Mark container as shared
2 parents 162c30b + 154f595 commit a420571

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContainerProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(ContainerInterface $container, Proxy $proxy)
1717
* @psalm-suppress PropertyTypeCoercion
1818
* @phpstan-ignore-next-line
1919
*/
20-
$this->proxy = $proxy->create($container, ContainerInterface::class);
20+
$this->proxy = $proxy->create($container, ContainerInterface::class, true);
2121
}
2222

2323
public function create(ContainerInterface $container): ContainerInterface

0 commit comments

Comments
 (0)