Skip to content

Commit

Permalink
sa: fix Wrapable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 22, 2022
1 parent a3f8b45 commit 3866fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Wrapable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Wrapable
*
* @see https://loophp-collection.readthedocs.io/en/stable/pages/api.html#wrap
*
* @return Collection<int, array<TKey, T>>
* @return Collection<int, array<array-key, T>>
*/
public function wrap(): Collection;
}

0 comments on commit 3866fe5

Please sign in to comment.