Skip to content

Commit

Permalink
Delete a redundant Psalm suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
MidnightDesign committed Aug 15, 2024
1 parent ab8b924 commit f0f7036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/TypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public function testFromValue(mixed $value, Type $expected): void
{
$actual = Type::fromValue($value);

/** @psalm-suppress RedundantCondition */
self::assertTrue($actual->equals($expected));
}

Expand Down

0 comments on commit f0f7036

Please sign in to comment.