Skip to content

Commit 8683403

Browse files
committed
BUGFIX: Fix wrong return type
1 parent c936761 commit 8683403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Eel/ElasticSearchQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ public function getTotalItems(): int
542542
/**
543543
* @return int
544544
*/
545-
public function getLimit(): inte
545+
public function getLimit(): int
546546
{
547547
return $this->limit;
548548
}

0 commit comments

Comments
 (0)