We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa43a1 commit 2b774feCopy full SHA for 2b774fe
composer.json
@@ -5,9 +5,9 @@
5
"require": {
6
"php": "^7.4 || ^8.0",
7
"doctrine/annotations": "^1.10 || ^2.0",
8
- "doctrine/collections": "^1.6.8",
+ "doctrine/collections": "^1.6.8 || ^2.0",
9
"doctrine/orm": "^2.9",
10
- "doctrine/persistence": "^1.3 || ^2.0",
+ "doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
11
"symfony/polyfill-php80": "^1.20"
12
},
13
"require-dev": {
src/InMemoryRepository.php
@@ -228,6 +228,8 @@ public function getClassName(): string
228
/**
229
* Selectable implementation
230
* {@inheritdoc}
231
+ *
232
+ * @return Collection<array-key, Entity>
233
*/
234
public function matching(Criteria $criteria): Collection
235
{
0 commit comments