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 14a2cf2 commit 38d308dCopy full SHA for 38d308d
src/EntitySearcher/EntitySearcher.php
@@ -78,9 +78,6 @@ public function classCanBeGenerated(ClassMetadata $metadata): bool
78
}
79
80
$reflectionClass = $metadata->getReflectionClass();
81
- if (!$reflectionClass) {
82
- return false;
83
- }
84
if ($reflectionClass->isInterface() || $reflectionClass->isTrait()) {
85
return false;
86
0 commit comments