Skip to content

Commit

Permalink
fix: Autofix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 31, 2021
1 parent f9b7c1c commit 08199ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Operation/Pluckable.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface Pluckable
* @param array<int, string>|array-key $pluck
* @param mixed|null $default
*
* @return Collection<int, T|iterable<int, T>>
* @return Collection<int, iterable<int, T>|T>
*/
public function pluck($pluck, $default = null): Collection;
}

0 comments on commit 08199ca

Please sign in to comment.