diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index 5a9785297c2..85ba6591111 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -9,7 +9,6 @@ declare(strict_types=1); namespace OCP\AppFramework\Bootstrap; -use OC\AppFramework\Utility\SimpleContainer; use OCP\AppFramework\IAppContainer; use OCP\Authentication\TwoFactorAuth\IProvider; use OCP\Calendar\ICalendarProvider; @@ -69,7 +68,7 @@ interface IRegistrationContext { * * @param string $name * @param callable $factory - * @psalm-param callable(SimpleContainer): mixed $factory + * @psalm-param callable(IContainer): mixed $factory * @param bool $shared If set to true the factory result will be cached otherwise every query will call the factory again * * @return void