diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-01-20 15:26:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 15:26:17 +0100 |
commit | 3f231d68d7066d605f261f652f5263613d56ada4 (patch) | |
tree | e7ee5a3e8b7ab5292d7b8dfdcb024726304d4894 /lib/public/FullTextSearch/Model/ISearchRequest.php | |
parent | 473c546b5c562e19ba8f9d3aef9cd64d2458cda7 (diff) | |
parent | f5c361cf44739058b79f322576a1bad2d8c142d9 (diff) | |
download | nextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.tar.gz nextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.zip |
Merge pull request #36271 from nextcloud/fix/fix-codestyle
Fix codestyle using codesniffer
Diffstat (limited to 'lib/public/FullTextSearch/Model/ISearchRequest.php')
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchRequest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchRequest.php b/lib/public/FullTextSearch/Model/ISearchRequest.php index 76fc3b18b02..5eaac6557c7 100644 --- a/lib/public/FullTextSearch/Model/ISearchRequest.php +++ b/lib/public/FullTextSearch/Model/ISearchRequest.php @@ -43,8 +43,6 @@ namespace OCP\FullTextSearch\Model; * */ interface ISearchRequest { - - /** * Get the maximum number of results to be returns by the Search Platform. * |