From f3a78ee39d3146dcc4b11ceb84759b0a602f9266 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 11 Apr 2017 21:22:39 +0200 Subject: [PATCH] Remove constructor from interface Signed-off-by: Lukas Reschke --- lib/public/Mail/IEMailTemplate.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 1a940348b1d..bcb53f610e4 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -51,17 +51,6 @@ namespace OCP\Mail; * @since 12.0.0 */ interface IEMailTemplate { - /** - * @param \OCP\Defaults $themingDefaults - * @param \OCP\IURLGenerator $urlGenerator - * @param \OCP\IL10N $l10n - * - * @since 12.0.0 - */ - public function __construct(\OCP\Defaults $themingDefaults, - \OCP\IURLGenerator $urlGenerator, - \OCP\IL10N $l10n); - /** * Adds a header to the email *