From 513d957939b27fdcbb648aed1a63d89b3b492b3b Mon Sep 17 00:00:00 2001 From: splitbrain <86426+splitbrain@users.noreply.github.com> Date: Wed, 21 May 2025 23:11:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helper.php b/helper.php index e812308..b294556 100644 --- a/helper.php +++ b/helper.php @@ -3,7 +3,6 @@ use dokuwiki\Extension\Plugin; use dokuwiki\HTTP\DokuHTTPClient; use dokuwiki\Search\Indexer; - use dokuwiki\Utf8\PhpString; use dokuwiki\Utf8\Clean; @@ -547,7 +546,7 @@ protected function isLeaked($password) class helper_plugin_passpolicy__index extends Indexer { /** @inheritDoc */ - public function getIndex($idx, $suffix) + protected function getIndex($idx, $suffix) { return parent::getIndex($idx, $suffix); }