Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 3.x
  • Loading branch information
kiss291323003 committed Aug 16, 2024
2 parents e76ab57 + eef9530 commit 08fb141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Attributes/Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ function __clone()
$temp = [];
/** @var Param $item */
foreach ($this->subObject as $item){
$item->isParsed = false;
$item->value = null;
$temp[$item->name] = $item;
}
$this->subObject = $temp;
Expand Down Expand Up @@ -313,4 +315,4 @@ public function jsonSerialize(): mixed
'parentStack'=>$this->parentStack
];
}
}
}

0 comments on commit 08fb141

Please sign in to comment.