Having the contructor in the interface makes no sense...

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-10-29 19:29:38 +01:00
parent f420ac94b0
commit 043b56cb7d
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 7 deletions

View 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