13 lines
132 B
PHP
13 lines
132 B
PHP
<?php
|
|
|
|
namespace Kiri\Di;
|
|
|
|
|
|
/**
|
|
* @mixin Container
|
|
*/
|
|
interface ContainerInterface extends \Psr\Container\ContainerInterface
|
|
{
|
|
|
|
}
|