Skip to content

Commit eca25b4

Browse files
fsamapoorcome-nc
andcommitted
Update apps/user_ldap/lib/Command/Search.php
Co-authored-by: Côme Chilliet <[email protected]> Signed-off-by: Faraz Samapoor <[email protected]>
1 parent 379add6 commit eca25b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/lib/Command/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function configure(): void {
8484
*
8585
* @throws \InvalidArgumentException
8686
*/
87-
protected function validateOffsetAndLimit($offset, $limit): void {
87+
protected function validateOffsetAndLimit(int $offset, int $limit): void {
8888
if ($limit < 0) {
8989
throw new \InvalidArgumentException('limit must be 0 or greater');
9090
}

0 commit comments

Comments
 (0)