Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Mar 18, 2020
2 parents 28733de + f34a5d1 commit 15957e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.4.0]
- Version bump

## [4.3.3]
- Added PHP 7.4 test to Travis
- Added `stream_set_option` to support PHP 7.4
Expand Down Expand Up @@ -53,6 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Security
-->

[4.4.0]: https://github.com/userfrosting/uniformresourcelocator/compare/4.3.3...4.4.0
[4.3.3]: https://github.com/userfrosting/uniformresourcelocator/compare/4.3.2...4.3.3
[4.3.2]: https://github.com/userfrosting/uniformresourcelocator/compare/4.3.1...4.3.2
[4.3.1]: https://github.com/userfrosting/uniformresourcelocator/compare/4.3.0...4.3.1
Expand Down
2 changes: 1 addition & 1 deletion tests/BuildingLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class BuildingLocatorTest extends TestCase
{
/** @var string $basePath */
/** @var string */
protected $basePath = __DIR__.'/Building/';

/** @var ResourceLocatorInterface */
Expand Down
2 changes: 1 addition & 1 deletion tests/BuildingLocatorWithBasePathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class BuildingLocatorWithBasePathTest extends BuildingLocatorTest
{
/** @var string $basePath */
/** @var string */
protected $basePath = __DIR__.'/Building';

/**
Expand Down

0 comments on commit 15957e9

Please sign in to comment.