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.
1 parent 267f116 commit b5fa8f2Copy full SHA for b5fa8f2
‎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