Skip to content

Commit 0c0374a

Browse files
committed
Removed deprecations on php 8.4
1 parent a4662ca commit 0c0374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doctrine/ResourceRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function remove(ResourceValue $resourceValue): void
7272
* @return array
7373
* @throws EntityRepositoryException
7474
*/
75-
public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null): array
75+
public function findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array
7676
{
7777
throw $this->throwBadMethodException('findBy');
7878
}

0 commit comments

Comments
 (0)