Merge pull request #26669 from nextcloud/nickvergessen-patch-1

Fix PHP CS
This commit is contained in:
Morris Jobke 2021-04-21 14:07:17 +02:00 committed by GitHub
commit d2ea068552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -21,14 +21,11 @@
namespace Test\Security;
use OC\DB\ConnectionAdapter;
use OC\Security\CredentialsManager;
use OC\SystemConfig;
use OCP\DB\IResult;
use OCP\DB\QueryBuilder\IExpressionBuilder;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
use OCP\ILogger;
use OCP\Security\ICrypto;
/**