Skip to content

Commit

Permalink
cs: Autofix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 14, 2022
1 parent fe15a5b commit cbc6c20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Contract/Operation/Splitable.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ interface Splitable
*
* @see https://loophp-collection.readthedocs.io/en/stable/pages/api.html#split
*
* @param callable ...$callbacks
*
* @return Collection<int, list<T>>
*/
public function split(int $type = Splitable::BEFORE, callable ...$callbacks): Collection;
Expand Down

0 comments on commit cbc6c20

Please sign in to comment.