Skip to content

Commit

Permalink
fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Oct 3, 2024
1 parent 5876b06 commit d0df90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ interface Runner
{
/**
* @param Sequence<Migration<T, E>> $migrations
*
* @return Applied<E>
*/
public function __invoke(Sequence $migrations): Applied;
}

0 comments on commit d0df90c

Please sign in to comment.