Skip to content

Commit

Permalink
Fix: Remove useless annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 30, 2023
1 parent aa6ac03 commit 9ae7089
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/Formatter/DefaultDurationFormatter.php
Expand Up @@ -15,9 +15,6 @@

use PHPUnit\Event;

/**
* @psalm-immutable
*/
final class DefaultDurationFormatter implements DurationFormatter
{
/**
Expand Down
2 changes: 0 additions & 2 deletions src/MaximumCount.php
Expand Up @@ -15,8 +15,6 @@

/**
* @internal
*
* @psalm-immutable
*/
final class MaximumCount
{
Expand Down
2 changes: 0 additions & 2 deletions src/MaximumDuration.php
Expand Up @@ -17,8 +17,6 @@

/**
* @internal
*
* @psalm-immutable
*/
final class MaximumDuration
{
Expand Down
2 changes: 0 additions & 2 deletions src/SlowTest.php
Expand Up @@ -17,8 +17,6 @@

/**
* @internal
*
* @psalm-immutable
*/
final class SlowTest
{
Expand Down

0 comments on commit 9ae7089

Please sign in to comment.