Skip to content

Commit

Permalink
Bump vimeo/psalm from 4.20.0 to 5.4.0 (#472)
Browse files Browse the repository at this point in the history
* Bump vimeo/psalm from 4.20.0 to 5.4.0

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.20.0 to 5.4.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@4.20.0...5.4.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix psalm errors

* Add changelog

* Fix code style!

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Poerschke <markus@poerschke.nrw>
Co-authored-by: markuspoerschke <markuspoerschke@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 22, 2022
1 parent d93172f commit e32ed21
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 170 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Add missing return types and missing template annotations [#472](https://github.com/markuspoerschke/iCal/pull/472)
- Added `@implements IteratorAggregate<Event>` to `\Eluceo\iCal\Domain\Collection\Events`
- Added `@implements IteratorAggregate<ContentLine>` to `\Eluceo\iCal\Presentation\Component`
- Added `@return Traversable<ContentLine>` to `\Eluceo\iCal\Presentation\Component::getIterator`

## [2.8.0] - 2022-12-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"infection/infection": "^0.23 || ^0.26",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.8 || ^5.0"
},
"conflict": {
"php": "7.4.6"
Expand Down
Loading

0 comments on commit e32ed21

Please sign in to comment.