This commit is contained in:
2021-11-30 11:37:13 +08:00
parent 731af328d7
commit f50782c930
+3
View File
@@ -4,7 +4,10 @@ namespace PHPSTORM_META {
// Reflect
use Kiri\Di\Container;
use Psr\Container\ContainerInterface;
override(ContainerInterface::get(0), map('@'));
override(Container::make(0), map('@'));
override(Container::get(0), map('@'));
override(Container::create(0), map('@'));
// override(\Hyperf\Utils\Context::get(0), map('@'));