Skip to content

Commit

Permalink
Update Runable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 27, 2020
1 parent 1260974 commit 07c1c12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Contract/Transformation/Runable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
interface Runable
{
/**
* @param \loophp\collection\Contract\Operation ...$operations
*
* @psalm-return \loophp\collection\Contract\Collection<TKey, T>
*/
public function run(Operation ...$operations);
Expand Down

0 comments on commit 07c1c12

Please sign in to comment.