Skip to content

Commit d10eb02

Browse files
committed
fix(IAppContainer): Expose more correct type
OC\ServerContainer is not inherinting from IServerContainer so expose the most near type. Signed-off-by: Carl Schwan <[email protected]>
1 parent 22cc35c commit d10eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/AppFramework/IAppContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface IAppContainer extends ContainerInterface, IContainer {
3131
public function getAppName();
3232

3333
/**
34-
* @return \OC\ServerContainer
34+
* @return ContainerInterface
3535
* @since 6.0.0
3636
* @deprecated 20.0.0
3737
*/

0 commit comments

Comments
 (0)