Skip to content

Commit

Permalink
Try to remove interface from getSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 19, 2024
1 parent 86ea3cb commit 8300f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/GenericData/V1/QueryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ public function setSearchTerm(?string $term): self;

public function excludeFolders(): self;

public function getSearch(): SearchInterface|DataObjectSearchInterface;
public function getSearch(): SearchInterface;
}

0 comments on commit 8300f74

Please sign in to comment.