Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-02-20 13:44:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-02-20 13:44:40 +0300
commitcb322d84e4c46b2f594c8fe889a8d3f71bb7fa09 (patch)
tree2325a2847b558fb41247cfcced03b6096f2d7028 /lib/public/IServerContainer.php
parent0453a7dabd031cacd43843660d921f7a861f4eef (diff)
IServerContainer is effectively an IContainer
This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r--lib/public/IServerContainer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php
index 02a092ea660..8c74c05d801 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