From 41b5e5923a44965e435d35d01b5009abb2dd5c97 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Apr 2020 11:48:10 +0200 Subject: Use exactly one empty line after the namespace declaration For PSR2 Signed-off-by: Christoph Wurst --- lib/public/Encryption/IEncryptionModule.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/public/Encryption/IEncryptionModule.php') diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index 90d427d4a1a..9646fb90e93 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -25,6 +25,7 @@ */ namespace OCP\Encryption; + use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -- cgit v1.2.3