提交 1e189963 编写于 作者: weixin_47267244's avatar weixin_47267244

修正代码格式

上级 cc9ab994
......@@ -421,15 +421,12 @@ class AnnotationParser
$this->parse($parentClassName);
$this->execParse($parentClassName);
}
// @phpstan-ignore-next-line
if (\is_string($annotation->annotation))
{
// @phpstan-ignore-next-line
$inheritAnnotationClasses = [$annotation->annotation];
}
else
{
// @phpstan-ignore-next-line
$inheritAnnotationClasses = $annotation->annotation;
}
$inheritAnnotations = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册