From b4459cef1f91f60d1816cea03c6324cee5091405 Mon Sep 17 00:00:00 2001 From: annda <17853330+annda@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:27:14 +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 --- meta/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/Search.php b/meta/Search.php index 6687e52f..3df51e33 100755 --- a/meta/Search.php +++ b/meta/Search.php @@ -454,7 +454,7 @@ public function getRows() */ public function execute() { - DebugHelper::dbgDeprecatedFunction('\dokuwiki\plugin\struct\meta\Search::getRows()'); + DebugHelper::dbgDeprecatedFunction(\dokuwiki\plugin\struct\meta\Search::class . '::getRows()'); return $this->getRows(); }