diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/lib/Activity/Filter.php | 1 | ||||
-rw-r--r-- | apps/comments/lib/Activity/Setting.php | 1 | ||||
-rw-r--r-- | apps/comments/lib/Collaboration/CommentersSorter.php | 1 | ||||
-rw-r--r-- | apps/comments/lib/JSSettingsHelper.php | 1 | ||||
-rw-r--r-- | apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/apps/comments/lib/Activity/Filter.php b/apps/comments/lib/Activity/Filter.php index 8044ed4efb6..0ad6d9bf4ac 100644 --- a/apps/comments/lib/Activity/Filter.php +++ b/apps/comments/lib/Activity/Filter.php @@ -23,7 +23,6 @@ namespace OCA\Comments\Activity; - use OCP\Activity\IFilter; use OCP\IL10N; use OCP\IURLGenerator; diff --git a/apps/comments/lib/Activity/Setting.php b/apps/comments/lib/Activity/Setting.php index a1ff20d1d4c..fefee1ca876 100644 --- a/apps/comments/lib/Activity/Setting.php +++ b/apps/comments/lib/Activity/Setting.php @@ -23,7 +23,6 @@ namespace OCA\Comments\Activity; - use OCP\Activity\ISetting; use OCP\IL10N; diff --git a/apps/comments/lib/Collaboration/CommentersSorter.php b/apps/comments/lib/Collaboration/CommentersSorter.php index 1789f735973..d0bd8f20305 100644 --- a/apps/comments/lib/Collaboration/CommentersSorter.php +++ b/apps/comments/lib/Collaboration/CommentersSorter.php @@ -23,7 +23,6 @@ namespace OCA\Comments\Collaboration; - use OCP\Collaboration\AutoComplete\ISorter; use OCP\Comments\ICommentsManager; diff --git a/apps/comments/lib/JSSettingsHelper.php b/apps/comments/lib/JSSettingsHelper.php index ce052d783f1..4c54bb07c1c 100644 --- a/apps/comments/lib/JSSettingsHelper.php +++ b/apps/comments/lib/JSSettingsHelper.php @@ -23,7 +23,6 @@ namespace OCA\Comments; - use OCP\IServerContainer; class JSSettingsHelper { diff --git a/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php b/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php index 7223019b96a..82df3dce5e0 100644 --- a/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php +++ b/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php @@ -24,7 +24,6 @@ namespace OCA\Comments\Tests\Unit\Collaboration; - use OCA\Comments\Collaboration\CommentersSorter; use OCP\Comments\IComment; use OCP\Comments\ICommentsManager; |