Repository URL to install this package:
|
Version:
3.6.0.3 ▾
|
<?php
namespace League\Container;
use Interop\Container\ContainerInterface as InteropContainerInterface;
interface ImmutableContainerInterface extends InteropContainerInterface
{
}