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/sharebymail/lib | |
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/sharebymail/lib')
-rw-r--r-- | apps/sharebymail/lib/AppInfo/Application.php | 1 | ||||
-rw-r--r-- | apps/sharebymail/lib/Capabilities.php | 1 | ||||
-rw-r--r-- | apps/sharebymail/lib/Settings.php | 1 | ||||
-rw-r--r-- | apps/sharebymail/lib/Settings/SettingsManager.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/apps/sharebymail/lib/AppInfo/Application.php b/apps/sharebymail/lib/AppInfo/Application.php index 8e5cd4b35c7..d294f9716ea 100644 --- a/apps/sharebymail/lib/AppInfo/Application.php +++ b/apps/sharebymail/lib/AppInfo/Application.php @@ -26,7 +26,6 @@ namespace OCA\ShareByMail\AppInfo; - use OCA\ShareByMail\Capabilities; use OCA\ShareByMail\Settings; use OCP\AppFramework\App; diff --git a/apps/sharebymail/lib/Capabilities.php b/apps/sharebymail/lib/Capabilities.php index 2687c2f4506..e703b9b1e5f 100644 --- a/apps/sharebymail/lib/Capabilities.php +++ b/apps/sharebymail/lib/Capabilities.php @@ -23,7 +23,6 @@ namespace OCA\ShareByMail; - use OCP\Capabilities\ICapability; class Capabilities implements ICapability { diff --git a/apps/sharebymail/lib/Settings.php b/apps/sharebymail/lib/Settings.php index 8a0761055c5..721050c83c4 100644 --- a/apps/sharebymail/lib/Settings.php +++ b/apps/sharebymail/lib/Settings.php @@ -23,7 +23,6 @@ namespace OCA\ShareByMail; - use OCA\ShareByMail\Settings\SettingsManager; class Settings { diff --git a/apps/sharebymail/lib/Settings/SettingsManager.php b/apps/sharebymail/lib/Settings/SettingsManager.php index 348e8536f95..8e784e80237 100644 --- a/apps/sharebymail/lib/Settings/SettingsManager.php +++ b/apps/sharebymail/lib/Settings/SettingsManager.php @@ -23,7 +23,6 @@ namespace OCA\ShareByMail\Settings; - use OCP\IConfig; class SettingsManager { |