Skip to content

Commit

Permalink
Fix redondant end() call
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaMaret authored Aug 5, 2024
1 parent a90b457 commit 03be8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Symfony/Client/DependencyInjection/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function getConfiguration(bool $debug, string $name = 'client'): N
->info('The array contains driver specific options')
->ignoreExtraKeys(false)
->end()
->end()->end()
->end()
;

return $builder;
Expand Down

0 comments on commit 03be8f0

Please sign in to comment.