We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe4493 commit c1bf25eCopy full SHA for c1bf25e
stubs/EntityRepository.php
@@ -35,7 +35,7 @@ public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $
35
36
/**
37
* @phpstan-param mixed[] $criteria The criteria.
38
- * @phpstan-param array|null $orderBy
+ * @phpstan-param mixed[]|null $orderBy
39
* @phpstan-return TEntityClass|null
40
*/
41
public function findOneBy(array $criteria, array $orderBy = null);
0 commit comments