Skip to content

Commit

Permalink
Merge pull request #707 from cosmocode/bot/autofix
Browse files Browse the repository at this point in the history
🤖 Automatic code style fixes
  • Loading branch information
annda authored Jul 8, 2024
2 parents f83ea57 + b4459ce commit 604d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 604d6ca

Please sign in to comment.