diff options
Diffstat (limited to 'core/Controller/UnifiedSearchController.php')
-rw-r--r-- | core/Controller/UnifiedSearchController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/UnifiedSearchController.php b/core/Controller/UnifiedSearchController.php index 346717599e0..d0dfd1bf7da 100644 --- a/core/Controller/UnifiedSearchController.php +++ b/core/Controller/UnifiedSearchController.php @@ -64,6 +64,8 @@ class UnifiedSearchController extends OCSController { * * @param string $from the url the user is currently at * @return DataResponse<Http::STATUS_OK, CoreUnifiedSearchProvider[], array{}> + * + * 200: Providers returned */ public function getProviders(string $from = ''): DataResponse { [$route, $parameters] = $this->getRouteInformation($from); |