modify plugin name

This commit is contained in:
2022-06-22 10:53:59 +08:00
parent f20e695919
commit f139f32c85
2 changed files with 32 additions and 9 deletions
+3 -1
View File
@@ -5,13 +5,15 @@ namespace PHPSTORM_META {
// Reflect
use Kiri\Di\Container;
use Kiri\Di\ContainerInterface;
use Psr\Container\ContainerInterface as SC;
override(ContainerInterface::get(0), map('@'));
override(SC::get(0), map('@'));
override(Container::get(0), map('@'));
override(Container::make(0), map('@'));
override(Container::create(0), map('@'));
// override(\Hyperf\Utils\Context::get(0), map('@'));
// override(\make(0), map('@'));
override(\make(0), map('@'));
override(\di(0), map('@'));
override(\duplicate(0), map('@'));