This commit is contained in:
2021-08-11 15:03:28 +08:00
commit f2a9fc473e
45 changed files with 6778 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
namespace PHPSTORM_META {
// Reflect
use Kiri\Di\Container;
override(Container::get(0), map('@'));
override(Container::newObject(0), map('@'));
// override(\Hyperf\Utils\Context::get(0), map('@'));
// override(\make(0), map('@'));
override(\di(0), map('@'));
override(\duplicate(0), map('@'));
}