Skip to content

Commit

Permalink
update: 改进
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 1, 2023
1 parent ac8fba7 commit 716c1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Visitor/AttributeRewriteVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ protected function migrationConstruct(Node\Stmt\ClassMethod $node): Node\Stmt\Cl
else
{
// 方法存在代码块,请检查
$this->logger->warning("Method {$this->currentClass->name}::{$node->name} has code block, please check");
$this->logger->warning("Method {$this->namespace->name}\\{$this->currentClass->name}::{$node->name} has code block, please check");
}

$classCommentDoc = Helper::arrayValueLast($this->currentClass->getComments());
Expand Down

0 comments on commit 716c1b1

Please sign in to comment.