Merge pull request #34220 from nextcloud/fix-php-cs-setup

Make phpcs happy and remove unused setup thing
This commit is contained in:
John Molakvoæ 2022-09-24 07:33:30 +02:00 committed by GitHub
commit 6a8b189be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,6 @@ namespace OC;
use bantu\IniGetWrapper\IniGetWrapper;
use Exception;
use InvalidArgumentException;
use OC\App\AppStore\Bundles\BundleFetcher;
use OC\Authentication\Token\PublicKeyTokenProvider;
use OC\Authentication\Token\TokenCleanupJob;
use OC\Log\Rotate;