Skip to content

Commit

Permalink
Add next major comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Nov 3, 2022
1 parent 775ba7d commit 9b24cfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Model/AuditReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ public function find(string $className, $id, $revisionId): ?object
}
}

/**
* NEXT_MAJOR: Change the default limit value to `null`.
*/
public function findRevisionHistory(string $className, ?int $limit = 20, ?int $offset = 0): array
{
// NEXT_MAJOR: Remove this check and restrict offset native type to `int`.
Expand Down

0 comments on commit 9b24cfd

Please sign in to comment.