add PhpStorm meta config

This commit is contained in:
crazywhalecc 2022-08-11 11:01:41 +08:00 committed by Jerry Ma
parent 4c9bc002f4
commit 19fc3a6d40

11
.phpstorm.meta.php Normal file
View File

@ -0,0 +1,11 @@
<?php
namespace PHPSTORM_META {
use OneBot\V12\Object\Event\OneBotEvent;
use ZM\Context\Context;
override(Context::__call(0), map([
'getBotEvent' => OneBotEvent::class,
]));
}