Skip to content

Commit 79715e6

Browse files
authored
Merge pull request #730 from driehle/feature/psalm5
Upgrade to Psalm 5
2 parents f02a18b + 3195211 commit 79715e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"phpstan/phpstan-phpunit": "^1.0.0",
8181
"phpunit/phpunit": "^9.5.13",
8282
"squizlabs/php_codesniffer": "^3.6.2",
83-
"vimeo/psalm": "^4.20.0"
83+
"vimeo/psalm": "^5.4.0"
8484
},
8585
"conflict": {
8686
"doctrine/migrations": "<3.3"

src/Paginator/Adapter/DoctrinePaginator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @psalm-template T of object
1616
* @psalm-template TKey of int
1717
* @psalm-template TValue
18+
* @template-implements AdapterInterface<TKey, TValue>
1819
*/
1920
class DoctrinePaginator implements AdapterInterface, JsonSerializable
2021
{

0 commit comments

Comments
 (0)