summaryrefslogtreecommitdiff
path: root/app/Services/SearchService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/SearchService.php')
-rw-r--r--app/Services/SearchService.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Services/SearchService.php b/app/Services/SearchService.php
index 88d913c239..7b366dbd91 100644
--- a/app/Services/SearchService.php
+++ b/app/Services/SearchService.php
@@ -66,8 +66,7 @@ class SearchService
// Do not attempt to show search results larger than this/
protected const MAX_SEARCH_RESULTS = 5000;
- /** @var TreeService */
- private $tree_service;
+ private TreeService $tree_service;
/**
* SearchService constructor.