diff --git a/application/Espo/Core/Select/SelectManager.php b/application/Espo/Core/Select/SelectManager.php index 250b31823c..c2372e4fd8 100644 --- a/application/Espo/Core/Select/SelectManager.php +++ b/application/Espo/Core/Select/SelectManager.php @@ -189,7 +189,7 @@ class SelectManager return $this->entityType; } - protected function limit(?int $offset = null, ?int $maxSize = null, array &$result) + protected function limit(?int $offset, ?int $maxSize, array &$result) { if (!is_null($offset)) { $result['offset'] = $offset;