Skip to content

Commit

Permalink
Fix: Mark DefaultDurationFormatter as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 1, 2023
1 parent 429f382 commit 2571c85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.3.2...main`][2.3.2...main].

### Fixed

- Marked `DefaultDurationFormatter` as internal ([#350]), by [@localheinz]

## [`2.3.2`][2.3.2]

For a full diff see [`2.3.1...2.3.2`][2.3.1...2.3.2].
Expand Down Expand Up @@ -164,5 +168,6 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[#340]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/340
[#342]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/342
[#343]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/343
[#350]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/350

[@localheinz]: https://github.com/localheinz
3 changes: 3 additions & 0 deletions src/Formatter/DefaultDurationFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

use PHPUnit\Event;

/**
* @internal
*/
final class DefaultDurationFormatter implements DurationFormatter
{
/**
Expand Down

0 comments on commit 2571c85

Please sign in to comment.