hyperf/.phpstorm.meta.php
Deeka Wong 2d0d67b556
Support Swow for hyperf/metric (#5292)
* Replace `Swoole\Timer` to `Hyperf\Coordinator\Timer`.

* Support Swow.

Co-authored-by: 李铭昕 <715557344@qq.com>
2023-01-06 15:51:18 +08:00

21 lines
542 B
PHP

<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace PHPSTORM_META;
// Reflect
override(\Psr\Container\ContainerInterface::get(0), map(['' => '@']));
override(\Hyperf\Context\Context::get(0), map(['' => '@']));
override(\make(0), map(['' => '@']));
override(\di(0), map(['' => '@']));
override(\optional(0), type(0));
override(\tap(0), type(0));