Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick in t Veld committed Aug 15, 2024
1 parent fdf335f commit 51a06fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Builder/Uri/UriBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class UriBuilder
*/
public function build(string $builder, array $parameters): string
{

return match ($builder) {
'accounts' => (new AccountsUriBuilder())($parameters),
'dailyData' => (new DailyDataUriBuilder())($parameters),
Expand Down

0 comments on commit 51a06fd

Please sign in to comment.