Changeset 2727628
- Timestamp:
- 05/20/2022 10:33:05 PM (4 years ago)
- Location:
- torque
- Files:
-
- 2 edited
-
tags/0.6.3/packages/htmldoc/tokens/tag.php (modified) (1 diff)
-
trunk/packages/htmldoc/tokens/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
torque/tags/0.6.3/packages/htmldoc/tokens/tag.php
r2727595 r2727628 95 95 * @return void 96 96 */ 97 public function __clone() : void{97 public function __clone() { 98 98 foreach ($this->children AS &$item) { 99 99 $item = clone $item; -
torque/trunk/packages/htmldoc/tokens/tag.php
r2727595 r2727628 95 95 * @return void 96 96 */ 97 public function __clone() : void{97 public function __clone() { 98 98 foreach ($this->children AS &$item) { 99 99 $item = clone $item;
Note: See TracChangeset
for help on using the changeset viewer.