Skip to content

Commit b134d9f

Browse files
committed
Code styling
1 parent bbe7716 commit b134d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LiveComponent/src/Hydration/DoctrineEntityHydrationExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ private function objectManagerFor(string $class): ?ObjectManager
8585
// Keep the standard way for a class
8686
// todo cache/warmup an array of classes that are "doctrine objects"
8787
foreach ($this->managerRegistries as $registry) {
88-
if ($om = $registry->getManagerForClass($class)) {
89-
return self::ensureManagedObject($om, $class);
90-
}
88+
if ($om = $registry->getManagerForClass($class)) {
89+
return self::ensureManagedObject($om, $class);
90+
}
9191
}
9292
return null;
9393
}

0 commit comments

Comments
 (0)