Skip to content

Commit 3ce6617

Browse files
committed
Merge branch 'master' of https://github.com/hexydec/htmldoc
2 parents e1faf88 + 4ecfaf3 commit 3ce6617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens/tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function __set(string $name, $value) : void {
9494
*
9595
* @return void
9696
*/
97-
public function __clone() : void {
97+
public function __clone() {
9898
foreach ($this->children AS &$item) {
9999
$item = clone $item;
100100
}

0 commit comments

Comments
 (0)