Skip to content

Commit

Permalink
Remove useless end()
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-zamnyborshch committed May 17, 2024
1 parent 4b3c6e9 commit 8ca00ab
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 8ca00ab

Please sign in to comment.