Skip to content

Commit bd1c3dd

Browse files
committed
Drop useless vardoc
1 parent d12aac1 commit bd1c3dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EntityPreloader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ private function getCommonAncestor(array $entities): ?string
9090
}
9191

9292
while (!is_a($entityClassName, $commonAncestor, true)) {
93-
/** @var class-string|false $commonAncestor */
9493
$commonAncestor = get_parent_class($commonAncestor);
9594

9695
if ($commonAncestor === false) {

0 commit comments

Comments
 (0)