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 --- apps/encryption/tests/SessionTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/encryption/tests/SessionTest.php') diff --git a/apps/encryption/tests/SessionTest.php b/apps/encryption/tests/SessionTest.php index 4b5cd9f0cb5..279111e3c3b 100644 --- a/apps/encryption/tests/SessionTest.php +++ b/apps/encryption/tests/SessionTest.php @@ -27,7 +27,6 @@ namespace OCA\Encryption\Tests; - use OCA\Encryption\Session; use OCP\ISession; use Test\TestCase; -- cgit v1.2.3