Skip to content

Commit eef9530

Browse files
author
huanglonghui
committed
fix: Fix the parsing problem of subObject annotation properties
1 parent ab59eb5 commit eef9530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Attributes/Param.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ function __clone()
268268
/** @var Param $item */
269269
foreach ($this->subObject as $item){
270270
$item->isParsed = false;
271+
$item->value = null;
271272
$temp[$item->name] = $item;
272273
}
273274
$this->subObject = $temp;

0 commit comments

Comments
 (0)