Merge pull request #35383 from nextcloud/fix/php-lint

Fix PHP lint CI failure
This commit is contained in:
Joas Schilling 2022-11-24 06:51:59 +01:00 committed by GitHub
commit b414f5ed86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ declare(strict_types=1);
*/
namespace OC\Repair\NC25;
use OC\Authentication\Token\TokenCleanupJob;
use OCP\HintException;
use OCP\IConfig;
use OCP\Migration\IOutput;