Skip to content

Commit 50592a5

Browse files
committed
Fix typehint
1 parent 4ce5426 commit 50592a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Queries/ElementQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ protected static function registerMixin(object $mixin, bool $replace = true): vo
897897
}
898898
}
899899

900-
public function clone(): self
900+
public function clone(): static
901901
{
902902
return clone $this;
903903
}

0 commit comments

Comments
 (0)