fix notice

This commit is contained in:
Yuri Kuznetsov
2022-12-30 17:58:40 +02:00
parent 24d2bd5cad
commit ff41b49538
@@ -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;