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 --- tests/lib/AppFramework/Db/EntityTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/lib/AppFramework/Db/EntityTest.php') diff --git a/tests/lib/AppFramework/Db/EntityTest.php b/tests/lib/AppFramework/Db/EntityTest.php index 8676bf74cb0..b2113789810 100644 --- a/tests/lib/AppFramework/Db/EntityTest.php +++ b/tests/lib/AppFramework/Db/EntityTest.php @@ -23,7 +23,6 @@ namespace Test\AppFramework\Db; - use OCP\AppFramework\Db\Entity; use PHPUnit\Framework\Constraint\IsType; -- cgit v1.2.3