Skip to content

Commit a4965bc

Browse files
committed
Add Psr\Container\ContainerInterfaceto the container bridge class.
1 parent f31de60 commit a4965bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymfonyContainerBridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Matthieu Napoli <[email protected]>
2626
*/
27-
class SymfonyContainerBridge extends SymfonyContainer implements SymfonyContainerInterface
27+
class SymfonyContainerBridge extends SymfonyContainer implements SymfonyContainerInterface, ContainerInterface
2828
{
2929
/**
3030
* @var ContainerInterface|null

0 commit comments

Comments
 (0)