Skip to content

Commit

Permalink
discard psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jun 29, 2024
1 parent e57f66f commit 3a65523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Repository/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public function __invoke(Denormalized $then, Denormalized $now): Raw\Diff
/**
* @psalm-suppress MixedArgument
* @psalm-suppress MixedMethodCall
* @psalm-suppress MixedInferredReturnType
* @psalm-suppress MixedReturnStatement
*/
$collections = $diff->flatMap(
fn($value) => $this
Expand Down

0 comments on commit 3a65523

Please sign in to comment.