Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.phpstorm.meta.php 239 Bytes
Copy Edit Raw Blame History
gallen35 authored 2020-05-13 22:30 . first commit
<?php
namespace PHPSTORM_META {
// Reflect
override(\Psr\Container\ContainerInterface::get(0), map('@'));
override(\Hyperf\Utils\Context::get(0), map('@'));
override(\make(0), map('@'));
override(\di(0), map('@'));
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化