Skip to content

Commit

Permalink
Fix Initsable interface (to backport to master)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 31, 2021
1 parent 6c24b7e commit 711f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Initsable.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Initsable
*
* @see https://loophp-collection.readthedocs.io/en/stable/pages/api.html#inits
*
* @return Collection<TKey, T>
* @return Collection<int, list<T>>
*/
public function inits(): Collection;
}

0 comments on commit 711f3c7

Please sign in to comment.