From cb322d84e4c46b2f594c8fe889a8d3f71bb7fa09 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 20 Feb 2017 11:44:40 +0100 Subject: [PATCH] IServerContainer is effectively an IContainer This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst --- lib/public/IServerContainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 02a092ea66..8c74c05d80 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -54,7 +54,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; * This container holds all ownCloud services * @since 6.0.0 */ -interface IServerContainer { +interface IServerContainer extends IContainer { /** * The contacts manager will act as a broker between consumers for contacts information and