Skip to content

Commit 2b774fe

Browse files
authored
Expand remaining dependency versions (#40)
No material changes here, other than enhanced type information.
1 parent 3aa43a1 commit 2b774fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"require": {
66
"php": "^7.4 || ^8.0",
77
"doctrine/annotations": "^1.10 || ^2.0",
8-
"doctrine/collections": "^1.6.8",
8+
"doctrine/collections": "^1.6.8 || ^2.0",
99
"doctrine/orm": "^2.9",
10-
"doctrine/persistence": "^1.3 || ^2.0",
10+
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
1111
"symfony/polyfill-php80": "^1.20"
1212
},
1313
"require-dev": {

src/InMemoryRepository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ public function getClassName(): string
228228
/**
229229
* Selectable implementation
230230
* {@inheritdoc}
231+
*
232+
* @return Collection<array-key, Entity>
231233
*/
232234
public function matching(Criteria $criteria): Collection
233235
{

0 commit comments

Comments
 (0)