Skip to content

Commit c1bf25e

Browse files
committed
Fixed stubs
1 parent ffe4493 commit c1bf25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/EntityRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $
3535

3636
/**
3737
* @phpstan-param mixed[] $criteria The criteria.
38-
* @phpstan-param array|null $orderBy
38+
* @phpstan-param mixed[]|null $orderBy
3939
* @phpstan-return TEntityClass|null
4040
*/
4141
public function findOneBy(array $criteria, array $orderBy = null);

0 commit comments

Comments
 (0)