Skip to content

Commit

Permalink
Update apps/user_ldap/lib/Command/Search.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
  • Loading branch information
fsamapoor and come-nc committed Feb 5, 2024
1 parent 379add6 commit eca25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/Command/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function configure(): void {
*
* @throws \InvalidArgumentException
*/
protected function validateOffsetAndLimit($offset, $limit): void {
protected function validateOffsetAndLimit(int $offset, int $limit): void {
if ($limit < 0) {
throw new \InvalidArgumentException('limit must be 0 or greater');
}
Expand Down

0 comments on commit eca25b4

Please sign in to comment.