Skip to content

Commit d410143

Browse files
committed
TASK: Adjust method signature to interface
1 parent e5a8854 commit d410143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Suggestion/SuggestionContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function buildForIndex(NodeInterface $node): self
4040
return $this;
4141
}
4242

43-
public function buildForSearch(NodeInterface $node): SuggestionContextInterface
43+
public function buildForSearch(NodeInterface $node): self
4444
{
4545
$this->contextValues = [
4646
'siteName' => $this->getSiteName($node),

0 commit comments

Comments
 (0)