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.
2 parents f02a18b + 3195211 commit 79715e6Copy full SHA for 79715e6
composer.json
@@ -80,7 +80,7 @@
80
"phpstan/phpstan-phpunit": "^1.0.0",
81
"phpunit/phpunit": "^9.5.13",
82
"squizlabs/php_codesniffer": "^3.6.2",
83
- "vimeo/psalm": "^4.20.0"
+ "vimeo/psalm": "^5.4.0"
84
},
85
"conflict": {
86
"doctrine/migrations": "<3.3"
src/Paginator/Adapter/DoctrinePaginator.php
@@ -15,6 +15,7 @@
15
* @psalm-template T of object
16
* @psalm-template TKey of int
17
* @psalm-template TValue
18
+ * @template-implements AdapterInterface<TKey, TValue>
19
*/
20
class DoctrinePaginator implements AdapterInterface, JsonSerializable
21
{
0 commit comments