You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
239 B

5 years ago
  1. <?php
  2. namespace PHPSTORM_META {
  3. // Reflect
  4. override(\Psr\Container\ContainerInterface::get(0), map('@'));
  5. override(\Hyperf\Utils\Context::get(0), map('@'));
  6. override(\make(0), map('@'));
  7. override(\di(0), map('@'));
  8. }