Skip to content

Commit

Permalink
Suppress InvalidArgument PSalm error in `IdentityTraversable::trave…
Browse files Browse the repository at this point in the history
…rse()`.
  • Loading branch information
drupol authored and marcosh committed Oct 21, 2021
1 parent 4e56301 commit b92296e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instances/Identity/IdentityTraversable.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function foldr(callable $f, $b, HK1 $a)
* @return HK1<F, Identity<B>>
*
* @psalm-suppress ImplementedReturnTypeMismatch
* @psalm-suppress InvalidArgument
* @psalm-suppress LessSpecificImplementedReturnType
*/
public function traverse(Applicative $applicative, callable $f, HK1 $a): HK1
Expand Down

0 comments on commit b92296e

Please sign in to comment.