Browse Source

Use exactly one empty line after the namespace declaration

For PSR2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/20379/head
Christoph Wurst 6 years ago
parent
commit
41b5e5923a
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      apps/admin_audit/lib/Actions/Console.php
  2. 1
      apps/admin_audit/lib/Actions/GroupManagement.php
  3. 1
      apps/admin_audit/lib/Actions/Security.php
  4. 1
      apps/admin_audit/lib/Actions/Sharing.php
  5. 1
      apps/admin_audit/lib/Actions/Trashbin.php
  6. 1
      apps/admin_audit/lib/Actions/UserManagement.php
  7. 1
      apps/admin_audit/lib/Actions/Versions.php
  8. 1
      apps/cloud_federation_api/lib/AppInfo/Application.php
  9. 1
      apps/cloud_federation_api/lib/Capabilities.php
  10. 1
      apps/cloud_federation_api/lib/Config.php
  11. 1
      apps/comments/lib/Activity/Filter.php
  12. 1
      apps/comments/lib/Activity/Setting.php
  13. 1
      apps/comments/lib/Collaboration/CommentersSorter.php
  14. 1
      apps/comments/lib/JSSettingsHelper.php
  15. 1
      apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
  16. 1
      apps/dav/lib/Avatars/AvatarHome.php
  17. 1
      apps/dav/lib/Avatars/AvatarNode.php
  18. 1
      apps/dav/lib/CalDAV/Activity/Backend.php
  19. 1
      apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
  20. 1
      apps/dav/lib/CalDAV/Activity/Filter/Todo.php
  21. 1
      apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
  22. 1
      apps/dav/lib/CalDAV/Activity/Setting/Event.php
  23. 1
      apps/dav/lib/CalDAV/Activity/Setting/Todo.php
  24. 1
      apps/dav/lib/CalDAV/CalendarObject.php
  25. 1
      apps/dav/lib/CalDAV/Integration/ICalendarProvider.php
  26. 1
      apps/dav/lib/CalDAV/Principal/Collection.php
  27. 1
      apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php
  28. 2
      apps/dav/lib/CardDAV/SyncService.php
  29. 1
      apps/dav/lib/Comments/CommentNode.php
  30. 1
      apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
  31. 1
      apps/dav/lib/Connector/Sabre/QuotaPlugin.php
  32. 1
      apps/dav/lib/DAV/Sharing/IShareable.php
  33. 1
      apps/dav/lib/Migration/Version1008Date20181105104826.php
  34. 1
      apps/dav/tests/unit/Avatars/AvatarHomeTest.php
  35. 1
      apps/dav/tests/unit/Avatars/AvatarNodeTest.php
  36. 1
      apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
  37. 1
      apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php
  38. 1
      apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php
  39. 1
      apps/dav/tests/unit/Command/RemoveInvalidSharesTest.php
  40. 1
      apps/dav/tests/unit/Connector/Sabre/NodeTest.php
  41. 1
      apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
  42. 1
      apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
  43. 1
      apps/dav/tests/unit/DAV/Sharing/PluginTest.php
  44. 1
      apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php
  45. 1
      apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php
  46. 1
      apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php
  47. 1
      apps/dav/tests/unit/Upload/ChunkingPluginTest.php
  48. 1
      apps/encryption/lib/AppInfo/Application.php
  49. 1
      apps/encryption/lib/Command/DisableMasterKey.php
  50. 1
      apps/encryption/lib/Command/EnableMasterKey.php
  51. 1
      apps/encryption/lib/Command/RecoverUser.php
  52. 1
      apps/encryption/lib/Controller/RecoveryController.php
  53. 1
      apps/encryption/lib/Controller/StatusController.php
  54. 1
      apps/encryption/lib/Crypto/Crypt.php
  55. 1
      apps/encryption/lib/Crypto/DecryptAll.php
  56. 1
      apps/encryption/lib/Crypto/Encryption.php
  57. 1
      apps/encryption/lib/HookManager.php
  58. 1
      apps/encryption/lib/Hooks/Contracts/IHook.php
  59. 1
      apps/encryption/lib/Hooks/UserHooks.php
  60. 1
      apps/encryption/lib/Migration/SetMasterKeyStatus.php
  61. 1
      apps/encryption/lib/Recovery.php
  62. 1
      apps/encryption/lib/Settings/Personal.php
  63. 1
      apps/encryption/lib/Users/Setup.php
  64. 1
      apps/encryption/lib/Util.php
  65. 1
      apps/encryption/tests/Command/TestEnableMasterKey.php
  66. 1
      apps/encryption/tests/Controller/RecoveryControllerTest.php
  67. 1
      apps/encryption/tests/Controller/StatusControllerTest.php
  68. 1
      apps/encryption/tests/Crypto/CryptTest.php
  69. 1
      apps/encryption/tests/Crypto/DecryptAllTest.php
  70. 1
      apps/encryption/tests/Crypto/EncryptAllTest.php
  71. 1
      apps/encryption/tests/HookManagerTest.php
  72. 1
      apps/encryption/tests/Hooks/UserHooksTest.php
  73. 1
      apps/encryption/tests/KeyManagerTest.php
  74. 1
      apps/encryption/tests/RecoveryTest.php
  75. 1
      apps/encryption/tests/SessionTest.php
  76. 1
      apps/encryption/tests/Users/SetupTest.php
  77. 1
      apps/encryption/tests/UtilTest.php
  78. 1
      apps/federatedfilesharing/lib/AddressHandler.php
  79. 1
      apps/federatedfilesharing/lib/AppInfo/Application.php
  80. 1
      apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
  81. 1
      apps/federatedfilesharing/lib/Notifier.php
  82. 1
      apps/federatedfilesharing/lib/Settings/Personal.php
  83. 1
      apps/federatedfilesharing/lib/Settings/PersonalSection.php
  84. 1
      apps/federatedfilesharing/lib/TokenHandler.php
  85. 1
      apps/federatedfilesharing/tests/AddressHandlerTest.php
  86. 1
      apps/federatedfilesharing/tests/FederatedShareProviderTest.php
  87. 1
      apps/federatedfilesharing/tests/NotificationsTest.php
  88. 1
      apps/federatedfilesharing/tests/TokenHandlerTest.php
  89. 1
      apps/federation/lib/BackgroundJob/RequestSharedSecret.php
  90. 1
      apps/federation/lib/DbHandler.php
  91. 2
      apps/federation/lib/Hooks.php
  92. 1
      apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
  93. 1
      apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
  94. 1
      apps/federation/tests/Controller/OCSAuthAPIControllerTest.php
  95. 1
      apps/federation/tests/Controller/SettingsControllerTest.php
  96. 1
      apps/federation/tests/DbHandlerTest.php
  97. 1
      apps/federation/tests/HooksTest.php
  98. 1
      apps/federation/tests/Middleware/AddServerMiddlewareTest.php
  99. 1
      apps/federation/tests/TrustedServersTest.php
  100. 1
      apps/files/lib/Activity/Filter/Favorites.php

1
apps/admin_audit/lib/Actions/Console.php

@ -28,7 +28,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
class Console extends Action {
/**
* @param $arguments

1
apps/admin_audit/lib/Actions/GroupManagement.php

@ -29,7 +29,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
use OCP\IGroup;
use OCP\IUser;

1
apps/admin_audit/lib/Actions/Security.php

@ -25,6 +25,7 @@ declare(strict_types=1);
*/
namespace OCA\AdminAudit\Actions;
use OCP\IUser;
/**

1
apps/admin_audit/lib/Actions/Sharing.php

@ -29,7 +29,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
use OCP\Share;
/**

1
apps/admin_audit/lib/Actions/Trashbin.php

@ -28,7 +28,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
class Trashbin extends Action {
public function delete(array $params) {

1
apps/admin_audit/lib/Actions/UserManagement.php

@ -30,7 +30,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
use OCP\IUser;
/**

1
apps/admin_audit/lib/Actions/Versions.php

@ -28,7 +28,6 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Actions;
class Versions extends Action {
public function rollback(array $params) {

1
apps/cloud_federation_api/lib/AppInfo/Application.php

@ -23,7 +23,6 @@
namespace OCA\CloudFederationAPI\AppInfo;
use OCA\CloudFederationAPI\Capabilities;
use OCP\AppFramework\App;

1
apps/cloud_federation_api/lib/Capabilities.php

@ -23,7 +23,6 @@
namespace OCA\CloudFederationAPI;
use OCP\Capabilities\ICapability;
use OCP\IURLGenerator;

1
apps/cloud_federation_api/lib/Config.php

@ -22,6 +22,7 @@
*/
namespace OCA\CloudFederationAPI;
use OCP\Federation\ICloudFederationProviderManager;
/**

1
apps/comments/lib/Activity/Filter.php

@ -23,7 +23,6 @@
namespace OCA\Comments\Activity;
use OCP\Activity\IFilter;
use OCP\IL10N;
use OCP\IURLGenerator;

1
apps/comments/lib/Activity/Setting.php

@ -23,7 +23,6 @@
namespace OCA\Comments\Activity;
use OCP\Activity\ISetting;
use OCP\IL10N;

1
apps/comments/lib/Collaboration/CommentersSorter.php

@ -23,7 +23,6 @@
namespace OCA\Comments\Collaboration;
use OCP\Collaboration\AutoComplete\ISorter;
use OCP\Comments\ICommentsManager;

1
apps/comments/lib/JSSettingsHelper.php

@ -23,7 +23,6 @@
namespace OCA\Comments;
use OCP\IServerContainer;
class JSSettingsHelper {

1
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;

1
apps/dav/lib/Avatars/AvatarHome.php

@ -24,7 +24,6 @@
namespace OCA\DAV\Avatars;
use OCP\IAvatarManager;
use Sabre\DAV\Exception\Forbidden;
use Sabre\DAV\Exception\MethodNotAllowed;

1
apps/dav/lib/Avatars/AvatarNode.php

@ -23,7 +23,6 @@
namespace OCA\DAV\Avatars;
use OCP\IAvatar;
use Sabre\DAV\File;

1
apps/dav/lib/CalDAV/Activity/Backend.php

@ -25,7 +25,6 @@
namespace OCA\DAV\CalDAV\Activity;
use OCA\DAV\CalDAV\Activity\Provider\Calendar;
use OCA\DAV\CalDAV\Activity\Provider\Event;
use OCA\DAV\CalDAV\CalDavBackend;

1
apps/dav/lib/CalDAV/Activity/Filter/Calendar.php

@ -24,7 +24,6 @@
namespace OCA\DAV\CalDAV\Activity\Filter;
use OCP\Activity\IFilter;
use OCP\IL10N;
use OCP\IURLGenerator;

1
apps/dav/lib/CalDAV/Activity/Filter/Todo.php

@ -23,7 +23,6 @@
namespace OCA\DAV\CalDAV\Activity\Filter;
use OCP\Activity\IFilter;
use OCP\IL10N;
use OCP\IURLGenerator;

1
apps/dav/lib/CalDAV/Activity/Setting/Calendar.php

@ -23,7 +23,6 @@
namespace OCA\DAV\CalDAV\Activity\Setting;
use OCP\Activity\ISetting;
use OCP\IL10N;

1
apps/dav/lib/CalDAV/Activity/Setting/Event.php

@ -23,7 +23,6 @@
namespace OCA\DAV\CalDAV\Activity\Setting;
use OCP\Activity\ISetting;
use OCP\IL10N;

1
apps/dav/lib/CalDAV/Activity/Setting/Todo.php

@ -23,7 +23,6 @@
namespace OCA\DAV\CalDAV\Activity\Setting;
use OCP\Activity\ISetting;
use OCP\IL10N;

1
apps/dav/lib/CalDAV/CalendarObject.php

@ -26,7 +26,6 @@
namespace OCA\DAV\CalDAV;
use OCP\IL10N;
use Sabre\VObject\Component;
use Sabre\VObject\Property;

1
apps/dav/lib/CalDAV/Integration/ICalendarProvider.php

@ -22,7 +22,6 @@
*/
namespace OCA\DAV\CalDAV\Integration;
/**
* Interface ICalendarProvider
*

1
apps/dav/lib/CalDAV/Principal/Collection.php

@ -23,7 +23,6 @@
namespace OCA\DAV\CalDAV\Principal;
/**
* Class Collection
*

1
apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php

@ -25,7 +25,6 @@ declare(strict_types=1);
*/
namespace OCA\DAV\CardDAV\Integration;
/**
* @since 19.0.0
*/

2
apps/dav/lib/CardDAV/SyncService.php

@ -202,7 +202,7 @@ class SyncService {
$body = $this->buildSyncCollectionRequestBody($syncToken);
$response = $client->request('REPORT', $addressBookUrl, $body, [
'Content-Type' => 'application/xml'
'Content-Type' => 'application/xml'
]);
return $this->parseMultiStatus($response['body']);

1
apps/dav/lib/Comments/CommentNode.php

@ -23,7 +23,6 @@
namespace OCA\DAV\Comments;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsManager;
use OCP\Comments\MessageTooLongException;

1
apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php

@ -25,6 +25,7 @@
*/
namespace OCA\DAV\Connector\Sabre;
use Sabre\HTTP\RequestInterface;
use Sabre\HTTP\ResponseInterface;

1
apps/dav/lib/Connector/Sabre/QuotaPlugin.php

@ -27,6 +27,7 @@
*/
namespace OCA\DAV\Connector\Sabre;
use OCA\DAV\Upload\FutureFile;
use OCP\Files\StorageNotAvailableException;
use Sabre\DAV\Exception\InsufficientStorage;

1
apps/dav/lib/DAV/Sharing/IShareable.php

@ -22,6 +22,7 @@
*/
namespace OCA\DAV\DAV\Sharing;
use Sabre\DAV\INode;
/**

1
apps/dav/lib/Migration/Version1008Date20181105104826.php

@ -26,7 +26,6 @@ declare(strict_types=1);
namespace OCA\DAV\Migration;
use Closure;
use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;

1
apps/dav/tests/unit/Avatars/AvatarHomeTest.php

@ -24,7 +24,6 @@
namespace OCA\DAV\Tests\Unit\Avatars;
use OCA\DAV\Avatars\AvatarHome;
use OCA\DAV\Avatars\AvatarNode;
use OCP\IAvatar;

1
apps/dav/tests/unit/Avatars/AvatarNodeTest.php

@ -22,7 +22,6 @@
namespace OCA\DAV\Tests\Unit\Avatars;
use OCA\DAV\Avatars\AvatarNode;
use OCP\IAvatar;
use Test\TestCase;

1
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\CardDAV;
use OCA\DAV\CardDAV\AddressBook;
use OCA\DAV\CardDAV\AddressBookImpl;
use OCA\DAV\CardDAV\CardDavBackend;

1
apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php

@ -24,7 +24,6 @@
namespace OCA\DAV\Tests\unit\CardDAV;
use OCA\DAV\CardDAV\AddressBook;
use OCA\DAV\CardDAV\ImageExportPlugin;
use OCA\DAV\CardDAV\PhotoCache;

1
apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\CardDAV\Sharing;
use OCA\DAV\Connector\Sabre\Auth;
use OCA\DAV\DAV\Sharing\IShareable;
use OCA\DAV\DAV\Sharing\Plugin;

1
apps/dav/tests/unit/Command/RemoveInvalidSharesTest.php

@ -22,7 +22,6 @@
namespace OCA\DAV\Tests\Unit\Command;
use OCA\DAV\Command\RemoveInvalidShares;
use OCA\DAV\Connector\Sabre\Principal;
use OCP\Migration\IOutput;

1
apps/dav/tests/unit/Connector/Sabre/NodeTest.php

@ -27,6 +27,7 @@
*/
namespace OCA\DAV\Tests\unit\Connector\Sabre;
use OC\Files\FileInfo;
use OC\Files\View;
use OCP\Files\Mount\IMountPoint;

1
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php

@ -28,7 +28,6 @@
namespace OCA\DAV\Tests\unit\Connector\Sabre;
use OC\Files\FileInfo;
use OC\Files\Filesystem;
use OC\Files\Mount\Manager;

1
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php

@ -28,6 +28,7 @@
*/
namespace OCA\DAV\Tests\unit\Connector\Sabre;
use OC\Files\View;
use OCA\DAV\Connector\Sabre\QuotaPlugin;
use OCP\Files\FileInfo;

1
apps/dav/tests/unit/DAV/Sharing/PluginTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\DAV\Sharing;
use OCA\DAV\Connector\Sabre\Auth;
use OCA\DAV\DAV\Sharing\IShareable;
use OCA\DAV\DAV\Sharing\Plugin;

1
apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\SystemTag;
use OC\SystemTag\SystemTag;
use OCP\IUser;
use OCP\SystemTag\ISystemTag;

1
apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\SystemTag;
use OC\SystemTag\SystemTag;
use OCP\IGroupManager;
use OCP\IUser;

1
apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php

@ -26,7 +26,6 @@
namespace OCA\DAV\Tests\unit\SystemTag;
use OC\SystemTag\SystemTag;
use OCP\IUser;
use OCP\SystemTag\ISystemTagManager;

1
apps/dav/tests/unit/Upload/ChunkingPluginTest.php

@ -24,7 +24,6 @@
namespace OCA\DAV\Tests\unit\Upload;
use OCA\DAV\Connector\Sabre\Directory;
use OCA\DAV\Upload\ChunkingPlugin;
use OCA\DAV\Upload\FutureFile;

1
apps/encryption/lib/AppInfo/Application.php

@ -28,7 +28,6 @@
namespace OCA\Encryption\AppInfo;
use OC\Files\View;
use OCA\Encryption\Controller\RecoveryController;
use OCA\Encryption\Controller\SettingsController;

1
apps/encryption/lib/Command/DisableMasterKey.php

@ -23,7 +23,6 @@
namespace OCA\Encryption\Command;
use OCA\Encryption\Util;
use OCP\IConfig;
use Symfony\Component\Console\Command\Command;

1
apps/encryption/lib/Command/EnableMasterKey.php

@ -22,7 +22,6 @@
namespace OCA\Encryption\Command;
use OCA\Encryption\Util;
use OCP\IConfig;
use Symfony\Component\Console\Command\Command;

1
apps/encryption/lib/Command/RecoverUser.php

@ -23,7 +23,6 @@
namespace OCA\Encryption\Command;
use OCA\Encryption\Util;
use OCP\IConfig;
use OCP\IUserManager;

1
apps/encryption/lib/Controller/RecoveryController.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Controller;
use OCA\Encryption\Recovery;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;

1
apps/encryption/lib/Controller/StatusController.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Controller;
use OCA\Encryption\Session;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http\DataResponse;

1
apps/encryption/lib/Crypto/Crypt.php

@ -29,7 +29,6 @@
namespace OCA\Encryption\Crypto;
use OC\Encryption\Exceptions\DecryptionFailedException;
use OC\Encryption\Exceptions\EncryptionFailedException;
use OCA\Encryption\Exceptions\MultiKeyDecryptException;

1
apps/encryption/lib/Crypto/DecryptAll.php

@ -22,7 +22,6 @@
namespace OCA\Encryption\Crypto;
use OCA\Encryption\KeyManager;
use OCA\Encryption\Session;
use OCA\Encryption\Util;

1
apps/encryption/lib/Crypto/Encryption.php

@ -31,7 +31,6 @@
namespace OCA\Encryption\Crypto;
use OC\Encryption\Exceptions\DecryptionFailedException;
use OC\Files\Cache\Scanner;
use OC\Files\View;

1
apps/encryption/lib/HookManager.php

@ -23,7 +23,6 @@
namespace OCA\Encryption;
use OCA\Encryption\Hooks\Contracts\IHook;
class HookManager {

1
apps/encryption/lib/Hooks/Contracts/IHook.php

@ -22,7 +22,6 @@
namespace OCA\Encryption\Hooks\Contracts;
interface IHook {
/**
* Connects Hooks

1
apps/encryption/lib/Hooks/UserHooks.php

@ -28,7 +28,6 @@
namespace OCA\Encryption\Hooks;
use OC\Files\Filesystem;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\Hooks\Contracts\IHook;

1
apps/encryption/lib/Migration/SetMasterKeyStatus.php

@ -23,7 +23,6 @@
namespace OCA\Encryption\Migration;
use OCP\IConfig;
use OCP\Migration\IOutput;
use OCP\Migration\IRepairStep;

1
apps/encryption/lib/Recovery.php

@ -27,7 +27,6 @@
namespace OCA\Encryption;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;
use OCP\Encryption\IFile;

1
apps/encryption/lib/Settings/Personal.php

@ -23,7 +23,6 @@
namespace OCA\Encryption\Settings;
use OCA\Encryption\Session;
use OCA\Encryption\Util;
use OCP\AppFramework\Http\TemplateResponse;

1
apps/encryption/lib/Users/Setup.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Users;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\KeyManager;
use OCP\ILogger;

1
apps/encryption/lib/Util.php

@ -26,7 +26,6 @@
namespace OCA\Encryption;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;
use OCP\IConfig;

1
apps/encryption/tests/Command/TestEnableMasterKey.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Tests\Command;
use OCA\Encryption\Command\EnableMasterKey;
use OCA\Encryption\Util;
use OCP\IConfig;

1
apps/encryption/tests/Controller/RecoveryControllerTest.php

@ -26,7 +26,6 @@
namespace OCA\Encryption\Tests\Controller;
use OCA\Encryption\Controller\RecoveryController;
use OCA\Encryption\Recovery;
use OCP\AppFramework\Http;

1
apps/encryption/tests/Controller/StatusControllerTest.php

@ -27,7 +27,6 @@
namespace OCA\Encryption\Tests\Controller;
use OCA\Encryption\Controller\StatusController;
use OCA\Encryption\Session;
use OCP\Encryption\IManager;

1
apps/encryption/tests/Crypto/CryptTest.php

@ -27,7 +27,6 @@
namespace OCA\Encryption\Tests\Crypto;
use OCA\Encryption\Crypto\Crypt;
use OCP\IConfig;
use OCP\IL10N;

1
apps/encryption/tests/Crypto/DecryptAllTest.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Tests\Crypto;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\Crypto\DecryptAll;
use OCA\Encryption\KeyManager;

1
apps/encryption/tests/Crypto/EncryptAllTest.php

@ -27,7 +27,6 @@
namespace OCA\Encryption\Tests\Crypto;
use OC\Files\View;
use OCA\Encryption\Crypto\EncryptAll;
use OCA\Encryption\KeyManager;

1
apps/encryption/tests/HookManagerTest.php

@ -25,7 +25,6 @@
namespace OCA\Encryption\Tests;
use OCA\Encryption\HookManager;
use OCA\Encryption\Hooks\Contracts\IHook;
use OCP\IConfig;

1
apps/encryption/tests/Hooks/UserHooksTest.php

@ -28,7 +28,6 @@
namespace OCA\Encryption\Tests\Hooks;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\Hooks\UserHooks;
use OCA\Encryption\KeyManager;

1
apps/encryption/tests/KeyManagerTest.php

@ -31,7 +31,6 @@
namespace OCA\Encryption\Tests;
use OC\Files\FileInfo;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;

1
apps/encryption/tests/RecoveryTest.php

@ -28,7 +28,6 @@
namespace OCA\Encryption\Tests;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\KeyManager;

1
apps/encryption/tests/SessionTest.php

@ -27,7 +27,6 @@
namespace OCA\Encryption\Tests;
use OCA\Encryption\Session;
use OCP\ISession;
use Test\TestCase;

1
apps/encryption/tests/Users/SetupTest.php

@ -26,7 +26,6 @@
namespace OCA\Encryption\Tests\Users;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\KeyManager;
use OCA\Encryption\Users\Setup;

1
apps/encryption/tests/UtilTest.php

@ -28,7 +28,6 @@
namespace OCA\Encryption\Tests;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;
use OCA\Encryption\Util;

1
apps/federatedfilesharing/lib/AddressHandler.php

@ -25,6 +25,7 @@
*/
namespace OCA\FederatedFileSharing;
use OC\HintException;
use OCP\Federation\ICloudIdManager;
use OCP\IL10N;

1
apps/federatedfilesharing/lib/AppInfo/Application.php

@ -28,7 +28,6 @@
namespace OCA\FederatedFileSharing\AppInfo;
use OC\AppFramework\Utility\SimpleContainer;
use OCA\FederatedFileSharing\AddressHandler;
use OCA\FederatedFileSharing\Controller\RequestHandlerController;

1
apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php

@ -27,7 +27,6 @@
namespace OCA\FederatedFileSharing\BackgroundJob;
use OC\BackgroundJob\Job;
use OC\BackgroundJob\JobList;
use OCA\FederatedFileSharing\AddressHandler;

1
apps/federatedfilesharing/lib/Notifier.php

@ -25,7 +25,6 @@
namespace OCA\FederatedFileSharing;
use OC\HintException;
use OCP\Contacts\IManager;
use OCP\Federation\ICloudId;

1
apps/federatedfilesharing/lib/Settings/Personal.php

@ -26,7 +26,6 @@
namespace OCA\FederatedFileSharing\Settings;
use OCA\FederatedFileSharing\FederatedShareProvider;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\IL10N;

1
apps/federatedfilesharing/lib/Settings/PersonalSection.php

@ -23,7 +23,6 @@
namespace OCA\FederatedFileSharing\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Settings\IIconSection;

1
apps/federatedfilesharing/lib/TokenHandler.php

@ -22,7 +22,6 @@
namespace OCA\FederatedFileSharing;
use OCP\Security\ISecureRandom;
/**

1
apps/federatedfilesharing/tests/AddressHandlerTest.php

@ -27,7 +27,6 @@
namespace OCA\FederatedFileSharing\Tests;
use OC\Federation\CloudIdManager;
use OCA\FederatedFileSharing\AddressHandler;
use OCP\IL10N;

1
apps/federatedfilesharing/tests/FederatedShareProviderTest.php

@ -30,7 +30,6 @@
namespace OCA\FederatedFileSharing\Tests;
use OC\Federation\CloudIdManager;
use OCA\FederatedFileSharing\AddressHandler;
use OCA\FederatedFileSharing\FederatedShareProvider;

1
apps/federatedfilesharing/tests/NotificationsTest.php

@ -24,7 +24,6 @@
namespace OCA\FederatedFileSharing\Tests;
use OCA\FederatedFileSharing\AddressHandler;
use OCA\FederatedFileSharing\Notifications;
use OCP\BackgroundJob\IJobList;

1
apps/federatedfilesharing/tests/TokenHandlerTest.php

@ -24,7 +24,6 @@
namespace OCA\FederatedFileSharing\Tests;
use OCA\FederatedFileSharing\TokenHandler;
use OCP\Security\ISecureRandom;

1
apps/federation/lib/BackgroundJob/RequestSharedSecret.php

@ -28,7 +28,6 @@
namespace OCA\Federation\BackgroundJob;
use GuzzleHttp\Exception\ClientException;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Ring\Exception\RingException;

1
apps/federation/lib/DbHandler.php

@ -26,7 +26,6 @@
namespace OCA\Federation;
use OC\Files\Filesystem;
use OC\HintException;
use OCP\IDBConnection;

2
apps/federation/lib/Hooks.php

@ -22,8 +22,6 @@
namespace OCA\Federation;
class Hooks {
/** @var TrustedServers */

1
apps/federation/tests/BackgroundJob/GetSharedSecretTest.php

@ -26,7 +26,6 @@
namespace OCA\Federation\Tests\BackgroundJob;
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Ring\Exception\RingException;
use OCA\Federation\BackgroundJob\GetSharedSecret;

1
apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php

@ -25,7 +25,6 @@
namespace OCA\Federation\Tests\BackgroundJob;
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Ring\Exception\RingException;
use OCA\Federation\BackgroundJob\RequestSharedSecret;

1
apps/federation/tests/Controller/OCSAuthAPIControllerTest.php

@ -25,7 +25,6 @@
namespace OCA\Federation\Tests\Controller;
use OC\BackgroundJob\JobList;
use OCA\Federation\Controller\OCSAuthAPIController;
use OCA\Federation\DbHandler;

1
apps/federation/tests/Controller/SettingsControllerTest.php

@ -23,7 +23,6 @@
namespace OCA\Federation\Tests\Controller;
use OCA\Federation\Controller\SettingsController;
use OCA\Federation\TrustedServers;
use OCP\AppFramework\Http\DataResponse;

1
apps/federation/tests/DbHandlerTest.php

@ -25,7 +25,6 @@
namespace OCA\Federation\Tests;
use OCA\Federation\DbHandler;
use OCA\Federation\TrustedServers;
use OCP\IDBConnection;

1
apps/federation/tests/HooksTest.php

@ -24,7 +24,6 @@
namespace OCA\Federation\Tests;
use OCA\Federation\Hooks;
use OCA\Federation\TrustedServers;
use Test\TestCase;

1
apps/federation/tests/Middleware/AddServerMiddlewareTest.php

@ -26,7 +26,6 @@
namespace OCA\Federation\Tests\Middleware;
use OC\HintException;
use OCA\Federation\Controller\SettingsController;
use OCA\Federation\Middleware\AddServerMiddleware;

1
apps/federation/tests/TrustedServersTest.php

@ -26,7 +26,6 @@
namespace OCA\Federation\Tests;
use OCA\Federation\DbHandler;
use OCA\Federation\TrustedServers;
use OCP\AppFramework\Utility\ITimeFactory;

1
apps/files/lib/Activity/Filter/Favorites.php

@ -23,7 +23,6 @@
namespace OCA\Files\Activity\Filter;
use OCA\Files\Activity\Helper;
use OCP\Activity\IFilter;
use OCP\Activity\IManager;

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save