Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Undeprecate getTerm
Signed-off-by: Benjamin Gaussorgues <[email protected]>
  • Loading branch information
Altahrim committed Nov 15, 2023
commit d79d85ddd2899ed838030c7149baf09cec1a2b6c
1 change: 0 additions & 1 deletion lib/public/Search/ISearchQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ interface ISearchQuery {
*
* @return string the search term
* @since 20.0.0
* @deprecated 28.0.0
*/
public function getTerm(): string;

Expand Down