docs(phpstan): 增加一个注释以抑制常量不存在的报错

This commit is contained in:
李东云
2023-01-16 23:00:13 +08:00
parent 0731218ee2
commit 757b6996d1

View File

@@ -19,6 +19,7 @@ class ConfigProvider
{
public function __invoke(): array
{
/** @noinspection PhpUndefinedConstantInspection */
return [
// 合并到 config/autoload/dependencies.php 文件
'dependencies' => [