Skip to content

Commit

Permalink
fix: Fix the parsing problem of subObject annotation properties
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglonghui committed Jun 5, 2024
1 parent ab59eb5 commit eef9530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Attributes/Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function __clone()
/** @var Param $item */
foreach ($this->subObject as $item){
$item->isParsed = false;
$item->value = null;
$temp[$item->name] = $item;
}
$this->subObject = $temp;
Expand Down

0 comments on commit eef9530

Please sign in to comment.