Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 9, 2022
1 parent 0d6725b commit 83260bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.3.0 - 2022-06-09

### Fixed

- Added `Header::splitList()`
- Added `Utils::tryGetContents`
- Improved `Stream::getContents()`
- Updated mimetype mappings

## 2.2.2 - 2022-06-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ parameters:
path: src/UriResolver.php

-
message: "#^Method GuzzleHttp\\\\Psr7\\\\Utils\\:\\:tryStreamGetContents\\(\\) should return string but returns string\\|false\\.$#"
message: "#^Method GuzzleHttp\\\\Psr7\\\\Utils\\:\\:tryGetContents\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: src/Utils.php

Expand Down

0 comments on commit 83260bb

Please sign in to comment.