Skip to content

Commit

Permalink
Fix MissingTemplateParam error
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervila committed Dec 12, 2022
1 parent 1fa7f82 commit c58d190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Paginator/Adapter/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* @psalm-template TKey of array-key
* @psalm-template T
* @template-implements AdapterInterface<int, T>
*/
class Collection implements AdapterInterface
{
Expand Down
1 change: 1 addition & 0 deletions src/Paginator/Adapter/Selectable.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @template TKey of int
* @template T
* @template-implements AdapterInterface<TKey, T>
*/
class Selectable implements AdapterInterface
{
Expand Down

0 comments on commit c58d190

Please sign in to comment.