Skip to content

Commit 4c782cc

Browse files
🤖 Automatic code style fixes
1 parent abd4e19 commit 4c782cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎meta/AggregationFilter.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
class AggregationFilter extends Aggregation
1212
{
13+
public $result;
1314
/**
1415
* Render the filter form.
1516
* Reuses the structure of advanced search tools to leverage

‎meta/Search.php‎

Lines changed: 1 addition & 1 deletion
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)