Skip to content

Commit 7c3bdd9

Browse files
committed
Code styling
1 parent b134d9f commit 7c3bdd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LiveComponent/src/Hydration/DoctrineEntityHydrationExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ private function objectManagerFor(string $class): ?ObjectManager
8686
// todo cache/warmup an array of classes that are "doctrine objects"
8787
foreach ($this->managerRegistries as $registry) {
8888
if ($om = $registry->getManagerForClass($class)) {
89-
return self::ensureManagedObject($om, $class);
89+
return self::ensureManagedObject($om, $class);
9090
}
9191
}
92+
9293
return null;
9394
}
9495

0 commit comments

Comments
 (0)