fix(IAppContainer): Expose more correct type

OC\ServerContainer is not inherinting from IServerContainer so expose
the most near type.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan 2025-11-18 15:02:59 +01:00 committed by Carl Schwan
parent 7b6078875b
commit 6e48f9fedb
No known key found for this signature in database
GPG key ID: 02325448204E452A

View file

@ -31,7 +31,7 @@ interface IAppContainer extends ContainerInterface, IContainer {
public function getAppName();
/**
* @return \OC\ServerContainer
* @return ContainerInterface
* @since 6.0.0
* @deprecated 20.0.0
*/