Files
kiri-container/ContainerInterface.php
T

14 lines
157 B
PHP
Raw Normal View History

2022-06-16 17:38:22 +08:00
<?php
2023-04-16 01:45:33 +08:00
declare(strict_types=1);
2022-06-16 17:38:22 +08:00
namespace Kiri\Di;
/**
* @mixin Container
*/
interface ContainerInterface extends \Psr\Container\ContainerInterface
{
}