Skip to content

Commit 604d6ca

Browse files
authored
Merge pull request #707 from cosmocode/bot/autofix
🤖 Automatic code style fixes
2 parents f83ea57 + b4459ce commit 604d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/Search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function getRows()
454454
*/
455455
public function execute()
456456
{
457-
DebugHelper::dbgDeprecatedFunction('\dokuwiki\plugin\struct\meta\Search::getRows()');
457+
DebugHelper::dbgDeprecatedFunction(\dokuwiki\plugin\struct\meta\Search::class . '::getRows()');
458458
return $this->getRows();
459459
}
460460

0 commit comments

Comments
 (0)