From 55ef34b23ba4bf1a33f928cbac5849fd25fb2ac6 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 25 Jan 2018 22:42:24 +0100 Subject: Implements are not needed because they are already done by base class Signed-off-by: Morris Jobke --- core/Command/TwoFactorAuth/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command') diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php index fe817d214ba..c5340656534 100644 --- a/core/Command/TwoFactorAuth/Base.php +++ b/core/Command/TwoFactorAuth/Base.php @@ -28,7 +28,7 @@ use OCP\IUser; use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface; use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext; -class Base extends \OC\Core\Command\Base implements CompletionAwareInterface { +class Base extends \OC\Core\Command\Base { /** @var IUserManager */ protected $userManager; -- cgit v1.2.3