We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12aac1 commit bd1c3ddCopy full SHA for bd1c3dd
src/EntityPreloader.php
@@ -90,7 +90,6 @@ private function getCommonAncestor(array $entities): ?string
90
}
91
92
while (!is_a($entityClassName, $commonAncestor, true)) {
93
- /** @var class-string|false $commonAncestor */
94
$commonAncestor = get_parent_class($commonAncestor);
95
96
if ($commonAncestor === false) {
0 commit comments