diff --git a/src/AuditReader.php b/src/AuditReader.php index fe3ab108..b4e385e9 100644 --- a/src/AuditReader.php +++ b/src/AuditReader.php @@ -333,10 +333,12 @@ public function find($className, $id, $revision, array $options = []) } /** + * NEXT_MAJOR: Change the default value to `null`. + * * Return a list of all revisions. * - * @param int $limit - * @param int $offset + * @param int|null $limit + * @param int|null $offset * * @throws Exception *