Skip to content

Commit bf46e17

Browse files
mmartonjrushlow
andcommitted
Update src/Doctrine/DoctrineHelper.php
Fix: remove ClassMetadata typehint Co-authored-by: Jesse Rushlow <[email protected]>
1 parent fa671fb commit bf46e17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Doctrine/DoctrineHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public function getEntitiesForAutocomplete(): array
161161
if ($this->isDoctrineInstalled()) {
162162
$allMetadata = $this->getMetadata();
163163

164-
/** @var ClassMetadata $classname */
165164
foreach (array_keys($allMetadata) as $classname) {
166165
$entityClassDetails = new ClassNameDetails($classname, $this->entityNamespace);
167166
$entities[] = $entityClassDetails->getRelativeName();

0 commit comments

Comments
 (0)