We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getFullElasticSearchHitForNode
1 parent 7910fd4 commit 86e6ad5Copy full SHA for 86e6ad5
1 file changed
Classes/Eel/ElasticSearchQueryBuilder.php
@@ -548,7 +548,7 @@ public function getTotalItems(): int
548
/**
549
* @return int
550
*/
551
- public function getLimit(): inte
+ public function getLimit(): int
552
{
553
return $this->limit;
554
}
@@ -567,7 +567,7 @@ public function getFrom(): int
567
* @param NodeInterface $node
568
* @return array the Elasticsearch hit for the node as array, or NULL if it does not exist.
569
570
- public function getFullElasticSearchHitForNode(NodeInterface $node): array
+ public function getFullElasticSearchHitForNode(NodeInterface $node):? array
571
572
return $this->elasticSearchHitsIndexedByNodeFromLastRequest[$node->getIdentifier()] ?? null;
573
0 commit comments