Refactoring
This commit is contained in:
10
lib/composer/vendor/league/container/src/ImmutableContainerInterface.php
vendored
Normal file
10
lib/composer/vendor/league/container/src/ImmutableContainerInterface.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace League\Container;
|
||||
|
||||
use Interop\Container\ContainerInterface as InteropContainerInterface;
|
||||
|
||||
interface ImmutableContainerInterface extends InteropContainerInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user