diff options
Diffstat (limited to 'tests/lib/Notification/DummyApp.php')
-rw-r--r-- | tests/lib/Notification/DummyApp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Notification/DummyApp.php b/tests/lib/Notification/DummyApp.php index 680fb44d009..b1281f6b7a0 100644 --- a/tests/lib/Notification/DummyApp.php +++ b/tests/lib/Notification/DummyApp.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com> @@ -22,7 +23,6 @@ declare(strict_types=1); namespace Test\Notification; - use OCP\Notification\IApp; use OCP\Notification\INotification; |