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 8a9486e + 80b3ed7 commit ad34620Copy full SHA for ad34620
composer.json
@@ -72,7 +72,7 @@
72
"phpstan/phpstan-phpunit": "^1.3.0",
73
"phpunit/phpunit": "^9.5.27",
74
"predis/predis": "^1.1.10",
75
- "vimeo/psalm": "^4.30.0"
+ "vimeo/psalm": "^5.0"
76
},
77
"conflict": {
78
"doctrine/orm": "2.12.0"
src/Paginator/Adapter/Collection.php
@@ -13,6 +13,7 @@
13
/**
14
* @psalm-template TKey of array-key
15
* @psalm-template T
16
+ * @template-implements AdapterInterface<int, T>
17
*/
18
class Collection implements AdapterInterface
19
{
src/Paginator/Adapter/Selectable.php
@@ -15,6 +15,7 @@
*
* @template TKey of int
* @template T
+ * @template-implements AdapterInterface<TKey, T>
20
class Selectable implements AdapterInterface
21
0 commit comments