mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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:
parent
7b6078875b
commit
6e48f9fedb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue