Skip to content

Commit

Permalink
Remove unused psalm-suppress (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Oct 10, 2022
1 parent 4d8ce76 commit 9338082
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Filter/DateRangeFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ public function provideDates(): iterable
];
}

/**
* @psalm-suppress PossiblyFalseReference https://github.com/vimeo/psalm/pull/8462
*/
public function testFilterEndDateImmutable(): void
{
$filter = new DateRangeFilter();
Expand Down

0 comments on commit 9338082

Please sign in to comment.