Skip to content

Commit

Permalink
Add missed template parameter in Mutator interface
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 14, 2024
1 parent 9f1ad0f commit 51d6d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mutator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public function canMutate(Node $node): bool;
/**
* @psalm-mutation-free
*
* @param TNode $node
*
* @return iterable<int|Node|Node[]>
*/
public function mutate(Node $node): iterable;
Expand Down

0 comments on commit 51d6d01

Please sign in to comment.