From 928f22052f3fb52c78c91e5c993702ab673c0dc6 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Thu, 30 May 2024 18:36:23 +0200 Subject: chore: remove unnecessary php import during refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- lib/public/Security/ISecureRandom.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index a8ce92daad8..188236dd3f9 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -8,8 +8,6 @@ declare(strict_types=1); */ namespace OCP\Security; -use OCP\Security\ISecureRandom; - /** * Class SecureRandom provides a wrapper around the random_int function to generate * secure random strings. For PHP 7 the native CSPRNG is used, older versions do -- cgit v1.2.3