]> source.dussan.org Git - nextcloud-server.git/commitdiff
Having the contructor in the interface makes no sense... 17741/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 29 Oct 2019 18:29:38 +0000 (19:29 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 29 Oct 2019 18:29:38 +0000 (19:29 +0100)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/public/Share/IProviderFactory.php

index ad43b64229d393f8ab31acdd5f05ad34e20d9ff2..8d14b78f462963e05383c8a92a30f6127a6e59d1 100644 (file)
@@ -34,13 +34,6 @@ use OCP\IServerContainer;
  */
 interface IProviderFactory {
 
-       /**
-        * IProviderFactory constructor.
-        * @param IServerContainer $serverContainer
-        * @since 9.0.0
-        */
-       public function __construct(IServerContainer $serverContainer);
-
        /**
         * @param string $id
         * @return IShareProvider