diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 11:48:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 11:48:10 +0200 |
commit | 41b5e5923a44965e435d35d01b5009abb2dd5c97 (patch) | |
tree | 1d832f87ecbaa33c5ad6e09792e5ae5a0f760fe6 /apps/comments | |
parent | 813bdc1ce8a45039fa17aac12bd078466a0034d0 (diff) | |
download | nextcloud-server-41b5e5923a44965e435d35d01b5009abb2dd5c97.tar.gz nextcloud-server-41b5e5923a44965e435d35d01b5009abb2dd5c97.zip |
Use exactly one empty line after the namespace declaration
For PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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; |