Skip to content

Commit

Permalink
Merge pull request #730 from driehle/feature/psalm5
Browse files Browse the repository at this point in the history
Upgrade to Psalm 5
  • Loading branch information
driehle authored Dec 23, 2022
2 parents f02a18b + 3195211 commit 79715e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9.5.13",
"squizlabs/php_codesniffer": "^3.6.2",
"vimeo/psalm": "^4.20.0"
"vimeo/psalm": "^5.4.0"
},
"conflict": {
"doctrine/migrations": "<3.3"
Expand Down
1 change: 1 addition & 0 deletions src/Paginator/Adapter/DoctrinePaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @psalm-template T of object
* @psalm-template TKey of int
* @psalm-template TValue
* @template-implements AdapterInterface<TKey, TValue>
*/
class DoctrinePaginator implements AdapterInterface, JsonSerializable
{
Expand Down

0 comments on commit 79715e6

Please sign in to comment.