We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f83ea57 + b4459ce commit 604d6caCopy full SHA for 604d6ca
meta/Search.php
@@ -454,7 +454,7 @@ public function getRows()
454
*/
455
public function execute()
456
{
457
- DebugHelper::dbgDeprecatedFunction('\dokuwiki\plugin\struct\meta\Search::getRows()');
+ DebugHelper::dbgDeprecatedFunction(\dokuwiki\plugin\struct\meta\Search::class . '::getRows()');
458
return $this->getRows();
459
}
460
0 commit comments